多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that only differ in casing. warning @vue-style-loader/lib/listToStyles.js There are multiple modules with names that only differ in casing. This can lead
vscode 可安装静态web服务器 Live Server用于运行前端代码,方便调试.最新的 Live Server已支持php动态页面. 安装方法是,点击左侧第五个图标,打开"扩展"页面,在文本框中输入Live Server,点击第一个搜索结果,在右侧页面中点击安装,等待安装完成. 运行方式是,选中项目,点击屏幕下方工具栏中的Go live按钮即可.再点击一次,即停止运行服务器. Live Server有一些默认配置选项,用户可以修改.点击 文件->首选项->设置,
在Android studio中新建了flutter项目.运行报错licence not accepted. Warning: License for package Android SDK Build-Tools 28.0.3 not accepted. 在控制台运行 flutter doctor 会诊断出: 此时运行: flutter doctor --android-licenses.然后一路yes,就可以了.
通过vscode创建flutter工程时,默认创建的是swift项目工程,如果想要修改,可以通过vscode设置默认创建语言 1. Open vscode settings. Under User Settings, click on Extensions. 2. Open Dart & Flutter 3. Scroll down till you see Flutter Create Android Language to change it to kotlin and Flutter Cr