VuePress
Overview
- 静的サイトジェネレータ(SSG)
- Markdownベース
- Front matterなどで拡張できる
- 比較的ユーザーが多い
- セットアップが容易
- スタンドアロン且つ、日本語での全文検索が行えるプラグインがある
Setup
npm init
npm install -D vuepress@next
./node_modules/vuepress/bin/vuepress.js dev docs
Config
./vuepress/config.ts
- defineUserConfig
./vuepress/client.ts
- defineClientConfig