Files
mes-ui-d2/docs/zh/README.md
liyang d1585fdfbb no message
Former-commit-id: fe3d7b1449d4f82158adbfff836b6ae4ad5f6ab7 [formerly 2635a1dbf541c9cd870f4d088189d02e4b7b0ca8] [formerly fe3d7b1449d4f82158adbfff836b6ae4ad5f6ab7 [formerly 2635a1dbf541c9cd870f4d088189d02e4b7b0ca8] [formerly fe3d7b1449d4f82158adbfff836b6ae4ad5f6ab7 [formerly 2635a1dbf541c9cd870f4d088189d02e4b7b0ca8] [formerly 2635a1dbf541c9cd870f4d088189d02e4b7b0ca8 [formerly 652a94802840127176bc1bc68597f61f6ec3b24c [formerly d1438a0d5d840b4d9d4743cba811f187ee4c0797]]]]]
Former-commit-id: 4e773bbf5ed2afa2a1cad14fa52c2c7bf8c69d86
Former-commit-id: 8001978776d543845740d854e976c89b200af564
Former-commit-id: 34fe4feccb1da1c891e1c2df3cd282dce41fcdea [formerly df0816024e1e838ab7e78859fc92d37c048b57b7]
Former-commit-id: 39920353214b3142b0e73ac3153420447f8f2322
Former-commit-id: 4d0c789b192f9b9ce4e7b3037d17f1b130976a35
Former-commit-id: 3f485f663256227f00cd3a7a19c6ddff577cff17
Former-commit-id: 79e2c190e2b1a196901d00d8586619527a379371
Former-commit-id: dec895b690ad0f09ee12b77f8878f3c8f6a65bb8
2018-06-20 14:55:10 +08:00

30 lines
795 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.

---
home: true
heroImage: /logo@2x.png
actionText: 快速上手 →
actionLink: /zh/guide/
features:
- title: Vue驱动
details: 享受 Vue + webpack 的开发体验,超快虚拟 DOM 和最省心的优化。
- title: 丰富集成
details: 已经为你准备好了很可能用到的插件和组件,有的来自第三方,有的专为 d2admin 设计。
- title: ElementUI组件库
details: 集成完善且强大的 ElementUI随意搭配使用任何 ElementUI 组件。
footer: MIT Licensed | Copyright © 2018-present FairyEver
---
```
// 安装依赖
npm i
// 运行
npm run dev
// 打包
npm run build
// 本地文档调试
npm run doc:dev
```
> 如果上述步骤出现错误,建议您升级 node 版本 >8如果有其它疑问请参考[常见问题](/zh/guide/q-a.html)