mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-05-22 17:58:37 +00:00
12 lines
166 B
Batchfile
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
|