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.5 KiB
37 lines
1.5 KiB
---
|
|
layout: home
|
|
description: VitePressはViteとVueを基盤とした静的サイトジェネレーターで、Markdownから美しいドキュメントサイトを構築できます。
|
|
|
|
hero:
|
|
name: VitePress
|
|
text: Vite & Vue をベースにした静的サイトジェネレーター
|
|
tagline: Markdown から美しいドキュメントを数分で
|
|
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: Markdown だけで、美しいドキュメントサイトを簡単に作成できます。
|
|
- icon: <span class="vite"></span>
|
|
title: Vite の開発体験を享受
|
|
details: 即時サーバー起動、超高速ホットリロード、そして Vite エコシステムのプラグイン活用。
|
|
- icon: <span class="vue"></span>
|
|
title: Vue でカスタマイズ
|
|
details: Markdown 内で直接 Vue 構文やコンポーネントを利用したり、Vue で独自テーマを構築できます。
|
|
- icon: <span class="rocket"></span>
|
|
title: 高速サイトを公開
|
|
details: 静的 HTML による高速初期ロードと、クライアントサイドルーティングによる快適なページ遷移。
|
|
---
|