home | heroImage | actionText | actionLink | footer |
---|---|---|---|---|
true |
/hero.png |
起步 → |
/zh/introduction.html |
MIT Licensed | Copyright © 2019-present avenwu |
# 安装
yarn global add vuepress # 或 npm install -g vuepress
# 创建一个 markdown 文件
echo '# Hello VuePress' > README.md
# 开始编写
vuepress dev
# 构建为静态文件
vuepress build
::: warning 兼容性注意事项 VuePress 要求 Node.js >= 8。 :::