vue3.0 项目端口号修改 1.先在项目根目录下创建 vue.config.js文件 在文件中写入 module.exports = { devServer: { port: 3000 }, lintOnSave: false // 取消 eslint 验证 };