this is my vue-music
# install dependencies
npm install
# serve with hot reload at localhost:2525
npm run dev
访问 http://localhost:2525/#/
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
目前相关依赖
"dependencies": {
"vue": "^2.3.3",
"vue-resource": "^1.3.4",
"vue-router": "^2.6.0"
},
目前相关依赖安装指令示例
# vue-resource
npm install vue-resource --save-dev