济菏高速业务端

12 lines
153 B

2 years ago
@echo off
echo.
echo [��Ϣ] ��װWeb���̣�����node_modules�ļ���
echo.
%~d0
cd %~dp0
cd ..
2 years ago
npm install --registry=https://registry.npm.taobao.org
2 years ago
pause