Open Source Admin Template
1、安装
# Windows
yarn --no-bin-links
#mac/linux
yarn [install]
2、配置
拷贝config/dev.env.develop.js 成 config/dev.env.js并配置
3、运行
yarn dev
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).