mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
home, heroImage, actionText, actionLink, features, footer
| home | heroImage | actionText | actionLink | features | footer | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /hero.png | 快速上手 → | /zh/guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
像数 1, 2, 3 一样容易
# 安装
yarn global add vuepress # 或者:npm install -g vuepress
# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md
# 开始写作
vuepress dev .
# 构建静态文件
vuepress build .
::: warning 注意 请确保你的 Node.js 版本 >= 8。 :::