Files
mes-ui-d2/docs/zh/README.md
liyang 500d79859f no message
Former-commit-id: 604f187aa9e49e158e6077eafb5033fa0efc85ff [formerly 052c4f7807722c39997d7a9aebdd47db7b01132e] [formerly 604f187aa9e49e158e6077eafb5033fa0efc85ff [formerly 052c4f7807722c39997d7a9aebdd47db7b01132e] [formerly 604f187aa9e49e158e6077eafb5033fa0efc85ff [formerly 052c4f7807722c39997d7a9aebdd47db7b01132e] [formerly 052c4f7807722c39997d7a9aebdd47db7b01132e [formerly 46cc61a4e0649bf5efb50f1eb3ffcc65f7e22f38 [formerly 8966ac477147ca58870e921a701de440e07a1b97]]]]]
Former-commit-id: 749f5ff10c47dc01ba2c24d81bd5d65d4a0a4982
Former-commit-id: b81a863547d7cc796f625029e5bed336d9ed428e
Former-commit-id: e582a63433bbac4772b33b00e5d4bc530d1794ab [formerly 675bb12b11d6298b7ee040aae684a1367d83a790]
Former-commit-id: a4fd3ea9acbd710167c7985b7a6f4edbd6c4a926
Former-commit-id: f4eb14bab7cb2ae0713d3189cda33ac76c6ad7a4
Former-commit-id: 520e80a8ee734c36e126c2d829692869b4d2afd0
Former-commit-id: 58a549566d4751f0f4bb7d99e3f613f5ae8f2993
Former-commit-id: 92e38762dcb7e4ed2da9dd8a4a4e53f6f1adec2e
2018-06-20 16:37:32 +08:00

27 lines
756 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
```
> 如果上述步骤出现错误,建议您升级 node 版本 >8如果有其它疑问请参考[常见问题](/zh/guide/q-a.html)