A Vue.js project
更改文件有 config/index.js build/webpack.base.conf.js build/webpack.dev.conf.js build/webpack.prod.conf.js
另外,src下增加了pages目录,页面目录需要重新构建,并且不能使用vue-router 只能使用传统a链接的方式跳转(该项功能待优化)
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.