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
  • RuoYi-Vue 1.0
    46444bd0
    RuoYi authored
    2019-10-08 09:14:38 +0800  
    Browse Code »
run-web.bat 110 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vue ÔËÐÐ Web ¹¤³Ì¡£
echo.

%~d0
cd %~dp0

cd ..
npm run dev

pause