** A lot of errors are reported when the VUE project is started, but it does not affect the project operation, **
This is because vue is too restrictive in its syntax
> bblee-app@1.0. 0 dev /Users/bianlifeng/my-project
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
95% emitting
WARNING Compiled with 1 warnings 5:00:12 PM
✘ http://eslint.org/docs/rules/indent Expected indentation of 0 spaces but found 2
src/components/Message.vue:46:1
export default{^ ✘ HTTP://eslint.org/docs/rules/indent Expected indentation of 2 spaces but found 4
src/components/Message.vue:47:1
data(){^ ✘ HTTP://eslint.org/docs/rules/indent Expected indentation of 2 spaces but found 4
src/components/Message.vue:65:1
}
^
✘ http://eslint.org/docs/rules/indent Expected indentation of 0 spaces but found 2
src/components/Message.vue:66:1
}
^
✘ 23 problems (23 errors, 0 warnings)
Copy the code
Solutions:
In the build/webpack base. Conf. Js file, delete the comment out… (config.dev.useesLint? [createLintingRule()] : []), this line of data.