29 lines
842 B
Markdown
29 lines
842 B
Markdown
|
|
---
|
||
|
|
home: true
|
||
|
|
heroImage: /logo@2x.png
|
||
|
|
actionText: Get Started →
|
||
|
|
actionLink: /zh/guide/
|
||
|
|
features:
|
||
|
|
- title: Advocate succinct
|
||
|
|
details: On the visual basis of element UI, we have added some customization.
|
||
|
|
- title: Vue-Powered
|
||
|
|
details: Enjoy the dev experience of Vue + webpack, Ultra fast virtual DOM and the most economical optimization.
|
||
|
|
- 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.**
|
||
|
|
|
||
|
|
**英文文档会在稍后推出,现请移步右上角中文文档**
|
||
|
|
|
||
|
|
```
|
||
|
|
// chone
|
||
|
|
git clone https://github.com/FairyEver/d2admin-vue-element.git
|
||
|
|
// install package
|
||
|
|
npm i
|
||
|
|
// run
|
||
|
|
npm run dev
|
||
|
|
// build
|
||
|
|
npm run build
|
||
|
|
```
|