fes.js/docs
2021-03-05 15:38:38 +08:00
..
.vuepress feat: 新增配置的相关文档 2021-03-05 15:38:38 +08:00
guide docs: vuepress2.0 2021-01-19 21:13:13 +08:00
reference docs: vuepress2.0 2021-01-19 21:13:13 +08:00
zh feat: 新增配置的相关文档 2021-03-05 15:38:38 +08:00
contributing.md docs: vuepress2.0 2021-01-19 21:13:13 +08:00
README.md docs: vuepress2.0 2021-01-19 21:13:13 +08:00
tsconfig.json docs: vuepress2.0 2021-01-19 21:13:13 +08:00

home title heroImage actions features footer
true Home /hero.png
text link type
Get Started /guide/getting-started.html primary
text link type
Introduction /guide/ secondary
title details
Simplicity First Minimal setup with markdown-centered project structure helps you focus on writing.
title details
Vue-Powered Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.
title details
Performant VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
MIT Licensed | Copyright © 2018-present Evan You

As Easy as 1, 2, 3

# install in your project
yarn add -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
yarn vuepress dev

# build to static files
yarn vuepress build
# install in your project
npm install -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
npx vuepress dev

# build to static files
npx vuepress build