摘要: vue界面启动项目 visual code报错 如下图,找到 Ignore Project Warning 前边打上对勾 阅读全文
posted @ 2021-03-12 23:27 rainbow70626 阅读(1965) 评论(0) 推荐(0) 编辑
摘要: 问题原因:我是安装了最新的vuecli,版本大概是4.5.4,我最开始安装vuecli没有指定版本下面是我出问题的代码,其实就是自己不会用vuecli4。 npm install -g @vue/cli 我们回到创建了的项目代码中的main.js,我们看到 import {createApp} fr 阅读全文
posted @ 2021-03-12 23:00 rainbow70626 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: VS Code 装好ESLint 插件报黄线的问题,具体解决方法如下所示: ESLint is disabled since its execution has not been approved or denied yet. Use the light bulb menu to open the 阅读全文
posted @ 2021-03-12 22:48 rainbow70626 阅读(627) 评论(0) 推荐(0) 编辑