vue项目,关闭eslint语法检测

vue.config.js文件中

module.exports = {
    lintOnSave:false //关闭语法检查
}

然后重启项目生效!

你可能感兴趣的:(Web,vue.js,javascript,前端)