Files
mes-ui-d2/docs/zh/README.md
liyang 19316fb6f5 no message
Former-commit-id: efb63bd6ac8568cfa08c159f01d757bea99b3034 [formerly efb63bd6ac8568cfa08c159f01d757bea99b3034 [formerly efb63bd6ac8568cfa08c159f01d757bea99b3034 [formerly efb63bd6ac8568cfa08c159f01d757bea99b3034 [formerly 2a33ad8bc58661ebd328c1099b184ba6c266b560 [formerly 1c4a86c7733795c1fbfe71e1d64098bfe5b2688c]]]]]
Former-commit-id: f3153c8fe2140270443d518dfb9ba4ef904b3f4b
Former-commit-id: 194bc9afdce19e28a58a28f07ddbfd6c0bdb74d1
Former-commit-id: df2339a96eb73a2962cb6a4459b470250489cfb8 [formerly d21cc0f21196e38816a7224f097ba7aa69fba32f]
Former-commit-id: b4b864a78de2c3b802ef49d81b01dd53a7a1f8ca
Former-commit-id: e57ff5c3c1127e9f550358565e7cc88a8096acd8
Former-commit-id: dfe9f01d5cffd2d2fffe3258c92180b4d047e4f9
Former-commit-id: 2bc7be2ae35d3d3b5b6621a4ac3dae14a049ea8f
Former-commit-id: 338d723b8fb071168ddafcedeeb842fc15044344
2018-06-20 19:44:16 +08:00

27 lines
762 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/question.html)