home | heroImage | actionText | actionLink | footer |
---|---|---|---|---|
true |
/hero.png |
Get Started → |
/guide/ |
MIT Licensed | Copyright © 2018-present Evan You |
Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
# install
yarn global add vuepress # OR npm install -g vuepress
# create a markdown file
echo '# Hello VuePress' > README.md
# start writing
vuepress dev
# build to static files
vuepress build
::: warning COMPATIBILITY NOTE VuePress requires Node.js >= 8. :::