build.bat 83 B

12345
  1. @echo off
  2. echo 正在打包前端项目...
  3. npm run build
  4. echo 打包完成!
  5. pause