Liudongge / JavaScript_Notes

learn and work by JS
0 stars 0 forks source link

eslint错误 以及 项目搭建问题 #8

Open Liudongge opened 7 years ago

Liudongge commented 7 years ago

vue 项目,开发环境配置都有点问题。dev-server.js 只是开发环境用的,不存在区分开发环境和生产环境,这里面就只用 webpack.dev.conf 就可以了。现在的配置要手动刷新,编译慢,eslint 也不是强制要求,还存在一些其他问题

Liudongge commented 7 years ago

eslint屏蔽方式

  1. eslint-disable-line
  2. eslint-disable-line no undef 3.eslint-disable-next-line no-undef