Errors:
11 http://eslint.org/docs/rules/no-tabs
8 http://eslint.org/docs/rules/indent
2 http://eslint.org/docs/rules/quotes
1 http://eslint.org/docs/rules/space-before-function-paren
1 http://eslint.org/docs/rules/space-before-blocks
1 http://eslint.org/docs/rules/key-spacing
1 http://eslint.org/docs/rules/semi
1 http://eslint.org/docs/rules/eol-last
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.
解决:
useEslint: false, //不检查空格换行等格式
idea 在pluigs安装 Lombok vue
vue -V 查看vue版本
vue项目报错无法启动
错误做法:--vue连不上时先切换淘宝:cnpm config set registry https://registry.npm.taobao.org/
正确做法:删除node_moudle文件夹 然后cnpm cache clean --force 清缓存 再cnpm install 按提示安装
***如果项目之前运行正常及package.json里面依赖都在,后来启动包的错特别多无法挽救
直接删除node_moudle后
一定要npm cache clean --force清除缓存后 **一定要
重新cnpm install 然后再cnpm run dev尝试
删除 node_moudle前最好分别执行一下
废话不多说,上述解决方案(linxu为例)
Step1:npm cache clean --force
Step2:rm -rf node_modules
Step3:rm -rf package-lock.json
Step4:cnpm install
这个写法不需要elementUI支持 属于vue语法
<script>
export default {
name: 'HelloWorld',
data () {
return {
msg: 'Welcome to Your Vue.js App'
}
}
}
</script>
用less写样式
安装less依赖:npm install less less-loader --save
package.json中安装后版本过高,改为"less-loader": "^4.1.0",
UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function
在没有安装elementUI时,在<template>中使用elementUI标签不影响启动,但是访问后不出现效果,echarts等插件类似
cnpm i element-ui -S
同时安装两个
cnpm install --save axios crypto-js
cnpm install --save echarts echarts-liquidfill
npm install --save echarts/lib/visual/dataColor
echarts和echarts-liquidfill同时存在时版本冲突,改为"echarts": "^4.9.0",
This dependency was not found:* echarts/lib/visual/dataColor in ./node_modules/_echarts-liquidfill@2.0.6@echarts-liquidfill/src/liquidFill.js
vue安装mock 模拟接口数据 cnpm install mockjs
//token失效 且加permission.js权限
Redirected when going from "/login" to "/home" via a navigation guard.
ElementUI使用Form时多列显示
vue图片上传