• This project
    • Loading...
  • Sign in

begete / begete-admin-ui · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • begete-admin-ui
  • bin
  • run-web.bat
  • init project
    87d55ce2
    by lyflyy
    2021-02-19 11:39:51 +0800  
    Browse Files
run-web.bat 99 Bytes
Raw Blame History Permalink
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