home | heroImage | actionText | actionLink | features | footer | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
/hero.png |
快速上手 → |
/zh/guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
# 安装
yarn global add vuepress # 或者:npm install -g vuepress
# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md
# 开始写作
vuepress dev .
# 构建静态文件
vuepress build .
::: warning NODE VERSION 请确保你 Node.js 的版本大于 8。 :::