随笔分类 -  vue

摘要:npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE 【解决】 关掉strict-ssl即可:npm config set strict-ssl false 用完之后恢复:npm config set strict-ssl true ###ERROR comma 阅读全文
posted @ 2021-11-26 17:44 Janie_long 阅读(51) 评论(0) 推荐(0)
摘要:[vue/no-unused-vars] 'scope' is defined but never used.eslint-plugin-vue 意思是声明了scope却没有使用它,这是vue的eslink插件检测的。 解决方案: 1、把vetur的eslint检查关闭 2、修改eslinttrc. 阅读全文
posted @ 2021-02-20 00:20 Janie_long 阅读(1933) 评论(0) 推荐(0)
摘要:sockjs.js?9be2:1609 GET http://192.168.1.104:8080/sockjs-node/info?t=1613746594141 netERR_CONNECTION_TIMED_OUT错误连接方式解决方法 在使用vue-cli脚手架创建项目的时候,在cnpm cr 阅读全文
posted @ 2021-02-19 23:02 Janie_long 阅读(3566) 评论(0) 推荐(0)
摘要:【问题】系统禁止运行脚本 PS C:\Users\zllongc> vue ui vue : 无法加载文件 C:\Users\zllongc\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https 😕go.microsoft.com/f 阅读全文
posted @ 2020-11-23 15:15 Janie_long 阅读(399) 评论(0) 推荐(1)