web-run.bat 45 B

1234
  1. @echo off
  2. chcp 65001 >nul
  3. npm run serve
  4. pause