Browse Source

Update README.md

master
taylor 8 years ago
committed by GitHub
parent
commit
25352e47ab
  1. 14
      README.md

14
README.md

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

Loading…
Cancel
Save