vue项目中关闭eslint

项目根目录下增长vue.config.js文件vue

// vue.config.js
module.exports = {
    lintOnSave: false
}
相关文章
相关标签/搜索