update registry source

master
RuoYi 3 years ago
parent b16e8cb3f6
commit e27ae2260e
  1. 2
      README.md
  2. 2
      bin/package.bat

@ -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

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