1
0

build.bat 115 B

12345678
  1. echo Installing dependency
  2. call npm install
  3. echo Start building...
  4. call npm run dev
  5. echo Build excel finish
  6. pause