运行: " npm run dev "
报错: 如下图, ““You may use special comments to disable some warnings.”
原因:Eslint的检测机制。

解决VUE启动问题(You may use special comments to disable some warnings)

两种方法解决
方法 一
在build/webpack.base.conf.js文件中 注释 掉第43行代码,如下图,然后重新启动 npm run dev
解决VUE启动问题(You may use special comments to disable some warnings)
方法 二
在config/index.js文件中第26行中的useEslint的值true改为false,如下图,然后重新启动 npm run dev
解决VUE启动问题(You may use special comments to disable some warnings)

相关文章:

  • 2021-04-04
  • 2021-07-25
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-08-03
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2021-07-20
  • 2021-12-02
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案