no message

Former-commit-id: 9c99fa78c3e9d9453e748436f0145eb22284db16
Former-commit-id: 514ae0d6194941cd08584367b1970c2e610d99d5
Former-commit-id: beaede8116f4791cdf772b2848f849b04e1a6ee9
This commit is contained in:
liyang
2018-06-03 19:30:57 +08:00
parent 165ae5d6a2
commit 88bcdd6d6f
24 changed files with 1308 additions and 1 deletions

29
docs/README.md Normal file
View File

@@ -0,0 +1,29 @@
---
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
```