#你好,我是一叶,更多详情请关注我的博客:www.yyzhiqiu.com ,或者我的博客园:https://www.cnblogs.com/yyzhiqiu/
#本项目一共849KB,如果下载不了,请检查网络是否出错
#这章讲的是vue-router的多页面显示和跳转,大家下载或者clone本项目后,记得下载依赖,运行cnpm install或者npm install(cnpm更快)
#下载完毕后,执行 npm run dev 便可运行
#如果帮助到你,请给我个star哟
A Vue.js project
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.