更换npm镜像地址。

This commit is contained in:
vdpAdmin 2024-05-17 18:15:43 +08:00
parent 8561e54aea
commit 0782168af4

View File

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