Files
mes-ui-d2/docs/README.md

27 lines
849 B
Markdown
Raw Normal View History

---
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
```