no message

Former-commit-id: 7068e59e0d55d3b8da5970cbd4c1cd8fcf2227fb [formerly 7068e59e0d55d3b8da5970cbd4c1cd8fcf2227fb [formerly 7068e59e0d55d3b8da5970cbd4c1cd8fcf2227fb [formerly 7068e59e0d55d3b8da5970cbd4c1cd8fcf2227fb [formerly 6640b1333370401941210869dbfebb9c5e759a3f [formerly f414c5389f1e1b5ee4611ce08c4d0796c88347f5]]]]]
Former-commit-id: e64570c4120ed2b52700e968f3884e9ae96eca3c
Former-commit-id: 9b381354d0eea69f33f00055e2b691d963bb82f3
Former-commit-id: 73dbd0ff87229c4b9e596afe38c26d02fa4dc7bb [formerly ac3f7ce0906626c9b8ee933083475a5e1db9604a]
Former-commit-id: 7ac76583a2a507f9db73a26a159b6dff0d3cea8d
Former-commit-id: ef01095f0b9032e25e8d9d15f17bfbefb4345f79
Former-commit-id: 75f55b1a92d94506453c6b16b86fb763e3fe80fc
Former-commit-id: 497f85c0591f88ddacd6d2326220e272cf672e7f
Former-commit-id: 20cac441100be7fa73554b93f4c05223b6840cea
This commit is contained in:
liyang
2018-07-01 23:03:25 +08:00
parent 2e70faf629
commit 5d05d5dda7
3 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
D2Admin 是一个开源的管理系统前端集成方案
[Github仓库](https://github.com/FairyEver/d2-admin) - [预览地址](https://fairyever.gitee.io/d2-admin-preview)
[Github仓库](https://github.com/FairyEver/d2-admin) - [码云仓库](https://gitee.com/fairyever/d2-admin) - [预览地址](https://fairyever.gitee.io/d2-admin-preview)
<div>
<iframe src="//ghbtns.com/github-btn.html?user=FairyEver&repo=d2-admin&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
@@ -168,24 +168,4 @@ npm run dev
npm run build
```
> 如果上述步骤出现错误,建议您升级 node 版本 > 8如果有其它疑问请参考[常见问题](/zh/guide/question.html)
## 书写文档
这里目前还有一个小遗憾d2admin 使用的 webpack 版本不能符合 vuepress 的要求,所以如果你想在本地启动文档站点的服务,需要按下述步骤
首先将 vuepress 安装到全局
```
npm i -g vuepress
```
启动服务
```
npm run doc:dev
```
::: tip
你可能会发现项目目录中有一个 deploy 文件夹,这个文件是为了方便发布和提交代码用的,通常你并不需要使用它
:::
> 如果上述步骤出现错误,建议您升级 node 版本 > 8如果有其它疑问请参考[常见问题](/zh/guide/question.html)

View File

@@ -27,6 +27,26 @@ v8.11.1
推荐使用 [nrm](https://github.com/Pana/nrm) 管理 npm 源,不建议使用 cnpm
:::
## 文档运行报错
这里目前还有一个小遗憾d2admin 使用的 webpack 版本不能符合 vuepress 的要求,所以如果你想在本地启动文档站点的服务,需要按下述步骤
首先将 vuepress 安装到全局
```
npm i -g vuepress
```
启动服务
```
npm run doc:dev
```
::: tip
你可能会发现项目目录中有一个 deploy 文件夹,这个文件是为了方便发布和提交代码用的,通常你并不需要使用它
:::
## 删除页面右上角 github 链接
在 `src/components/demo/d2-demo-page-cover/index.vue` 中删除相关代码即可