|
|
@ -1,14 +1,20 @@ |
|
|
|
# vueAdmin |
|
|
|
a simple admin portal based on [vuejs2](http://vuejs.org/) and [element](http://element.eleme.io/#/). |
|
|
|
a simple admin template based on [vuejs2](http://vuejs.org/) and [element](http://element.eleme.io/#/). |
|
|
|
|
|
|
|
### Usage |
|
|
|
|
|
|
|
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). |
|
|
|
|
|
|
|
``` bash |
|
|
|
$ npm install |
|
|
|
$ npm run dev |
|
|
|
$ npm run build |
|
|
|
# install dependencies |
|
|
|
npm install |
|
|
|
|
|
|
|
# serve with hot reload at localhost:8081 |
|
|
|
npm run dev |
|
|
|
|
|
|
|
# build for production with minification |
|
|
|
npm run build |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
### snapshots |
|
|
|