ScientificSystem/ruoyi-ui/bin/package.bat

13 lines
165 B
Batchfile
Raw Normal View History

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