Sign in

Dunfa Jiang / qixing_dws_frontend · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • qixing_dws_frontend
  • bin
  • run-web.bat
  • feat:init project
    17722d4d
    Dunfa Jiang authored
    2025-08-02 13:45:45 +0800  
    Browse Files »
run-web.bat 112 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.

%~d0
cd %~dp0

cd ..
yarn dev

pause