Files
mes-ui-d2/docs/zh/guide/q-a.md
liyang 8fbbdcca3e no message
Former-commit-id: d26968538d146e0a452349080e91aa86eedbf1b7
Former-commit-id: 1f5ae602c2572973ec56b054470d30b18e6d598d
Former-commit-id: 53afa7085a610f19a1d94108f25b9f9a113d276d
2018-06-03 20:35:26 +08:00

21 lines
484 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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