根据 PanJiaChen 的 vue项目 vue-admin-template 开发
Live demo: http://panjiachen.github.io/vue-admin-template
cd vue-app
npm install
npm run dev
This will automatically open http://localhost:9528
## Build
```bash
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
MIT license.