weilaizhixing_web_stie/ruoyi-ui/bin/package.bat

13 lines
165 B
Batchfile
Raw Normal View History

2024-10-21 16:00:49 +08:00
@echo off
echo.
echo [信息] 安装Web工程生成node_modules文件。
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npmmirror.com
pause