会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Phil-Long
博客园
首页
新随笔
联系
订阅
管理
2024年4月1日
Vue中src文件夹别名配置-Vue
摘要: 修改vite.config.js文件 import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' //@ts-ignore import path from 'path' // https://vitejs.dev
阅读全文
posted @ 2024-04-01 16:44 Phil-Long
阅读(243)
评论(0)
推荐(0)
2023年10月9日
nvm、npm镜像源配置
摘要: nvm镜像源配置 nvm下载地址 阿里云 nvm npm_mirror https://npmmirror.com/mirrors/npm/ nvm node_mirror https://npmmirror.com/mirrors/node/ 腾讯云 nvm npm_mirror http://m
阅读全文
posted @ 2023-10-09 09:56 Phil-Long
阅读(21288)
评论(0)
推荐(1)
2023年10月8日
Could not resolve all dependencies for configuration ':testCompileClasspath'. Using insecure protocols with repositories, without explicit opt-in, is unsupported.
摘要: Gradle init.gradle文件参数错误导致的Gradle加载失败 1 allprojects { 2 repositories { 3 mavenLocal() 4 maven { name "Alibaba" ; url "https://maven.aliyun.com/reposit
阅读全文
posted @ 2023-10-08 15:36 Phil-Long
阅读(964)
评论(0)
推荐(1)
公告