Browse Source

update registry source

RuoYi 2 years ago
parent
commit
e27ae2260e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      bin/package.bat

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git
 cd RuoYi-Vue3
 
 # 安装依赖
-yarn --registry=https://registry.npm.taobao.org
+yarn --registry=https://registry.npmmirror.com
 
 # 启动服务
 yarn dev

+ 1 - 1
bin/package.bat

@@ -7,6 +7,6 @@ echo.
 cd %~dp0
 
 cd ..
-yarn --registry=https://registry.npm.taobao.org
+yarn --registry=https://registry.npmmirror.com
 
 pause