A Vue.js project 使用Vue-cli搭建多页面应用时对项目结构和配置的调整,启动页面http://localhost:8081/test.html
详情参考https://www.jianshu.com/p/0a30aca71b16
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.