vue踩坑记

【1】启动vue2项目的时候报 Eslint 语法检查错误: Errors:   1  http://eslint.org/docs/rules/no-multi-spaces

解决方法:修改 /config/index.js文件里的useEslint:true 改为useEslint :false

 
原文地址:https://www.cnblogs.com/yyee/p/15509614.html