docs: update getting-started guide

This commit is contained in:
meteorlxy
2019-12-02 10:59:58 +08:00
parent 2aaaadd6a9
commit 4f306b0983
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ yarn docs:dev # OR npm run docs:dev
To generate static assets, run:
``` bash
yarn docs:build # Or npm run docs:build
yarn docs:build # OR npm run docs:build
```
By default, the built files will be in `.vuepress/dist`, which can be configured via the `dest` field in `.vuepress/config.js`. The built files can be deployed to any static file server. See [Deployment Guide](deploy.md) for guides on deploying to popular services.
@@ -12,6 +12,9 @@
# 安装
yarn global add vuepress # 或者:npm install -g vuepress
# 创建项目目录
mkdir vuepress-starter && cd vuepress-starter
# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md