feat(frontend): Day 6 - frontend basic architecture completed
This commit is contained in:
13
frontend/启动前端.bat
Normal file
13
frontend/启动前端.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
echo ====================================
|
||||
echo AI临床研究平台 - 前端开发服务器
|
||||
echo ====================================
|
||||
echo.
|
||||
cd /d %~dp0
|
||||
echo 正在启动前端开发服务器...
|
||||
echo 访问地址: http://localhost:3000
|
||||
echo.
|
||||
call npm run dev
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user