install.bat 149 B

123456789101112
  1. @echo off
  2. echo.
  3. echo 安装包,生成node_modules文件
  4. echo.
  5. %~d0
  6. cd %~dp0
  7. cd ..
  8. npm install --registry=https://registry.npmmirror.com
  9. pause