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

posted @ 2022-02-20 10:18  柯宝宝智商感人  阅读(207)  评论(0编辑  收藏  举报