在项目根目录创建vue.config.js文件
module.exports = { devServer: { port: 3000, // 端口 }, // lintOnSave: false // 取消 eslint 验证 }
运行项目即可