diff --git a/README.md b/README.md index d676422..3ba86c7 100644 --- a/README.md +++ b/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