no message

Former-commit-id: d26968538d146e0a452349080e91aa86eedbf1b7
Former-commit-id: 1f5ae602c2572973ec56b054470d30b18e6d598d
Former-commit-id: 53afa7085a610f19a1d94108f25b9f9a113d276d
This commit is contained in:
liyang
2018-06-03 20:35:26 +08:00
parent 69860093c6
commit 8fbbdcca3e
3 changed files with 24 additions and 89 deletions

21
docs/zh/guide/q-a.md Normal file
View File

@@ -0,0 +1,21 @@
# 常见问题
## 如何启动文档的开发环境
这里目前还有一个小遗憾d2admin 使用的 webpack 版本不能符合 vuepress 的要求,所以如果你想在本地启动文档站点的服务,需要按下述步骤
首先将 vuepress 安装到全局
```
npm i -g vuepress
```
启动服务
```
npm run doc:dev
```
::: tip
你可能会发现项目目录中有一个 deploy.sh 文件,这个文件是为了方便发布文档用的,你并不需要使用它
:::