@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vite ÃüÁîÔËÐÐ Web ¹¤³Ì¡£
echo.

%~d0
cd %~dp0

cd ..
yarn dev

pause