From 25352e47abb263be4f9788c03b8e0b31065053da Mon Sep 17 00:00:00 2001 From: taylor <709161610@qq.com> Date: Sun, 20 Nov 2016 14:07:45 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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