ERROR in [eslint]报错问题解决方式:

第一步:vue.config.js 文件配置

const { defineConfig } = require('@vue/cli-service')

module.exports = defineConfig({

  transpileDependencies: true,

  lintOnSave: false

})

 第二步。win+R cmd   再次运行 npm run serve

 

🍓结束

     后续新出会陆续补充...

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐