vue启动问题(You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file.)

解决vue启动出现:

在build/webpack.base.conf.js文件中,把...(config.dev.useEslint ? [createLintingRule()] : [])注释或者删除掉就可以了

然后在运行npm run dev就可以了

原文地址:https://www.cnblogs.com/lwming/p/11126111.html