mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 13:26:08 +10:00
home, heroImage, actionText, actionLink, features, footer
| home | heroImage | actionText | actionLink | features | footer | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /hero.png | Get Started → | /guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
As Easy as 1, 2, 3
# install
npm install -g vuepress
# create a markdown file
echo '# Hello VuePress' > README.md
# start writing
vuepress dev
# build to static files
vuepress build
::: warning NODE VERSION Please make sure your version of Node.js is greater than 8. :::