Skip to content

常用扩展包

  • concurrently 同时运行多个命令

    "dev": "concurrently \"cross-env WEB=houdunren vite" \"wait-on http://localhost:5173 && electron .\"",
  • wait-on 它将等待文件,端口变为可用时再继续