Files
mes-ui-d2/docs/zh/README.md
liyang 67e0b88a92 no message
Former-commit-id: c14b03309fa0c27239185fc57599c3a760fbfe65
Former-commit-id: 0fa8112aeb693c98edfc67a75831b350cf40930e
Former-commit-id: b27418317f332cd76de22359ee8e1b2df40549c2
2018-06-04 08:37:37 +08:00

23 lines
620 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
```