疯狂的狮子li
2022-12-06 2790b5ddc4536704c8bec617b2db234239336082
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [信息] 安装Web工程,生成node_modules文件。
echo.
 
%~d0
cd %~dp0
 
cd ..
npm install --registry=https://registry.npmmirror.com
 
pause