-
.env.*与package.json --mode *搭配使用配置不同环境变量 -
vue.config.js内部pages拆分不同项目入口、出口文件
-
views内部按项目拆分不同的入口文件、路由、store、*.html等
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
vue-cli3-config
Repository from Github https://github.comxinbowang/vue-cli3.0-object-config
.env.* 与 package.json --mode *搭配使用配置不同环境变量
vue.config.js内部pages拆分不同项目入口、出口文件
views内部按项目拆分不同的入口文件、路由、store、*.html等
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
vue-cli3-config