install.bat 128 B

123456
  1. title WmsApp install
  2. set current_path="%~dp0"
  3. cd %current_path%
  4. cd ..
  5. npm install -registry=https://registry.npmmirror.com
  6. pause