随笔分类 -  vue

摘要:使用eslint,严格模式时 0、设置vscode缩进4格更改为2格 1、Missing space before function parentheses的问题,解决:打开.eslint.js文件,在rules中添加下行代码 "space-before-function-paren": 0, 完整 阅读全文
posted @ 2021-05-21 21:14 蓝精灵61 阅读(1068) 评论(0) 推荐(0)
摘要:全局安装vue/cli时:npm install -g @vue/cli (1)Error: EACCES: permission denied, access '/usr/local/lib/node_modules/@vue/cli' 原因: 执行命令时没有获得管理员权限 解决办法: 在命令前面 阅读全文
posted @ 2018-09-10 15:01 蓝精灵61 阅读(1282) 评论(0) 推荐(0)