Skip to content

Commit

Permalink
docs: update getting-started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 2, 2019
1 parent 2aaaadd commit 4f306b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions packages/docs/docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# 安装
yarn global add vuepress # 或者:npm install -g vuepress

# 创建项目目录
mkdir vuepress-starter && cd vuepress-starter

# 新建一个 markdown 文件
echo '# Hello VuePress!' > README.md

Expand Down

0 comments on commit 4f306b0

Please sign in to comment.