在项目根目录创建vue.config.js文件

module.exports = {
  devServer: {
    port: 3000, // 端口
  },
  // lintOnSave: false // 取消 eslint 验证
}

  运行项目即可


返回目录

转载于:https://www.cnblogs.com/gitByLegend/p/11124399.html

Logo

前往低代码交流专区

更多推荐