13 lines
165 B
Batchfile
Raw Normal View History

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