一个项目可能会有开发版本、上线版本、测试版本等等多个版本,不同的环境会有不同请求api接口,就需更改一些基本配置,这时候为不同环境配置不同的打包指令就很必要。 一、vue-cli2 1、安装 cross-env,它可以处理 windows 和其他 Unix 系统在设置环境变量的写法上不一致的问题。 npm i --save-dev cross-env 2、配置不同环境下的文件和参数,在 c
最近使用vue-cli3的脚手架生成项目,发现从配置完后vue-router的出现一个错误, [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render funct