Newer
Older
DH_Apicture / bin / run-web.bat
@zhangqy zhangqy on 29 Nov 101 bytes first commit
  1. @echo off
  2. echo.
  3. echo [信息] 使用 Vite 命令运行 Web 工程。
  4. echo.
  5.  
  6. %~d0
  7. cd %~dp0
  8.  
  9. cd ..
  10. yarn dev
  11.  
  12. pause