Former-commit-id: c14b03309fa0c27239185fc57599c3a760fbfe65 Former-commit-id: 0fa8112aeb693c98edfc67a75831b350cf40930e Former-commit-id: b27418317f332cd76de22359ee8e1b2df40549c2
27 lines
849 B
Markdown
27 lines
849 B
Markdown
---
|
|
home: true
|
|
heroImage: /logo@2x.png
|
|
actionText: Get Started →
|
|
actionLink: /zh/guide/
|
|
features:
|
|
- title: Vue-Powered
|
|
details: Enjoy the dev experience of Vue + webpack, Ultra fast virtual DOM and the most economical optimization.
|
|
- title: Rich integration
|
|
details: The plug-ins and components that are likely to be used are ready for you. Some come from third parties, others are designed for d2admin.
|
|
- title: ElementUI component library
|
|
details: Integrated and robust ElementUI, and use any ElementUI component at will.
|
|
footer: MIT Licensed | Copyright © 2018-present FairyEver
|
|
---
|
|
|
|
**The English document will be launched in the future. Please move to the Chinese document.**
|
|
|
|
**英文文档会在中文文档大致完成后推出,现请移步中文文档**
|
|
|
|
```
|
|
// install package
|
|
npm i
|
|
// run
|
|
npm run dev
|
|
// build
|
|
npm run build
|
|
``` |