[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
20
chat_web_front/start.sh
Executable file
20
chat_web_front/start.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
# Vue前端启动脚本
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "=========================================="
|
||||
echo "启动 Chat Web Front"
|
||||
echo "=========================================="
|
||||
echo ""
|
||||
echo "前端端口: 3000"
|
||||
echo "访问地址: http://localhost:3000/metalinfo"
|
||||
echo ""
|
||||
echo "后端API: http://localhost:8099/chat_web_backend"
|
||||
echo ""
|
||||
echo "按 Ctrl+C 停止服务"
|
||||
echo "=========================================="
|
||||
echo ""
|
||||
|
||||
# 启动开发服务器
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user