Files
RuoYi-Vue/ruoyi-ui/bin/package.bat
T
2019-10-08 09:14:38 +08:00

12 lines
166 B
Batchfile

@echo off
echo.
echo [信息] 打包Web工程,生成node_modules包文件。
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npm.taobao.org
pause