You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
@echo off
|
|
echo ====================================
|
|
echo Starting Web (Vue 3 + Vite)
|
|
echo ====================================
|
|
echo.
|
|
cd /d "%~dp0..\web"
|
|
echo URL: http://localhost:5173
|
|
echo Test: 13800138000 / 123456
|
|
echo Press Ctrl+C to stop
|
|
echo ====================================
|
|
echo.
|
|
npm run dev
|
|
|