Vue脚手架中关闭eslint 2021-04-13 本文已影响0人 前端老邹_伯通 项目根目录 新建 vue.config.js,并设置如下代码 module.exports = { // 关闭eslint代码检查 lintOnSave: false };