创建一个脚手架项目后eslint一直报错 解决方法: 新建一个vue.config.js module.exports = { lintOnSave: false } 这种方法会直接关闭eslint的所有提示。