vue.config.js 修改项目启动端口

vue.config.js:

module.exports = {
  devServer:{
    runtimeCompiler: true, // 如果遇到 Invalid options in vue.config.js: "compiler" is not allowed 报错则写这行,否则可不写
    port: 80   
  }
}

如果遇到报错:Invalid options in vue.config.js: "compiler" is not allowed

则增加字段: runtimeCompiler: true

上一篇:mybatis逆向工程generatorConfiguration详细配置


下一篇:8 前台使用elementui,bootstrap,jQuery