更换npm镜像地址。

master
vdpAdmin 2024-05-17 18:09:36 +08:00
parent fbcd296baa
commit 503a78c6ef
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
### 安装依赖
```
npm install --registry=https://registry.npm.taobao.org
npm install --registry=https://registry.npmmirror.com
```
### 开发调试