1. 新建vue.config.js文件

2. 配置vue.config.js

module.exports = {
  lintOnSave: false, //是否开启eslint保存检测 ,它的有效值为 true || false || 'error'
}

 

相关文章: