RuoYi-Vue3/ruoyi-ui/bin/package.bat

12 lines
156 B
Batchfile
Raw Normal View History

2019-10-08 01:14:38 +00:00
@echo off
echo.
2020-03-15 13:00:53 +00:00
echo [<5B><>Ϣ] <20><>װWeb<65><62><EFBFBD>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD>node_modules<65>ļ<EFBFBD><C4BC><EFBFBD>
2019-10-08 01:14:38 +00:00
echo.
%~d0
cd %~dp0
cd ..
2024-12-17 13:04:23 +00:00
yarn --registry=https://registry.npmmirror.com
2019-10-08 01:14:38 +00:00
pause