update registry source
This commit is contained in:
parent
b16e8cb3f6
commit
e27ae2260e
|
@ -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…
Reference in New Issue