vue-cli 3.0关闭eslint校验

vue.config.js

module.exports={
    lintOnSave:false
}

重启服务就可以了

posted @ 2019-11-08 16:36  夏沫浅语  阅读(654)  评论(0)    收藏  举报