mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.4 KiB
37 lines
1.4 KiB
---
|
|
description: VitePress는 마크다운에서 아름다운 문서 사이트를 만들 수 있는 Vite 및 Vue 기반 정적 사이트 생성기입니다.
|
|
layout: home
|
|
|
|
hero:
|
|
name: VitePress
|
|
text: Vite & Vue 기반 정적 사이트 생성기
|
|
tagline: 단 몇 분 만에 마크다운을 우아한 문서로 변환
|
|
actions:
|
|
- theme: brand
|
|
text: VitePress란 무엇인가?
|
|
link: ./guide/what-is-vitepress
|
|
- theme: alt
|
|
text: 빠른 시작
|
|
link: ./guide/getting-started
|
|
- theme: alt
|
|
text: GitHub
|
|
link: https://github.com/vuejs/vitepress
|
|
image:
|
|
src: /vitepress-logo-large.svg
|
|
alt: VitePress
|
|
|
|
features:
|
|
- icon: <span class="memo"></span>
|
|
title: 콘텐츠에 집중
|
|
details: 마크다운으로만 아름다운 문서 사이트를 쉽게 만들기.
|
|
- icon: <span class="vite"></span>
|
|
title: Vite DX(개발자 경험) 즐겨보기
|
|
details: 즉각적인 서버 시작, 매우 빠른 업데이트, Vite 생태계 플러그인을 활용.
|
|
- icon: <span class="vue"></span>
|
|
title: Vue로 커스터마이징
|
|
details: Vue 문법과 컴포넌트를 마크다운에서 직접 사용하거나 Vue로 커스텀 테마를 구축.
|
|
- icon: <span class="rocket"></span>
|
|
title: 웹사이트를 빠르게 제공
|
|
details: 정적 HTML로 빠른 초기 로딩, 클라이언트 측 라우팅을 통한 빠른 탐색.
|
|
---
|