Sign in

nx / creditNx · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • creditNx
  • ruoyi-ui
  • bin
  • run-web.bat
  • update bin
    1f07641d
    RuoYi authored
    2021-08-11 10:11:13 +0800  
    Browse Code »
run-web.bat 118 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.

%~d0
cd %~dp0

cd ..
npm run dev

pause