Vue脚手架中关闭eslint

【Vue脚手架中关闭eslint】项目根目录 新建 vue.config.js,并设置如下代码
module.exports = { // 关闭eslint代码检查 lintOnSave: false };

    推荐阅读