- 语言:TypeScript
- 构建工具:vite
- 框架:vue3
- UI: element-plus
- 状态管理: Pinia
- 路由:vue-router
- SSE: microsoft/fetch-event-source
- 模版编排:antv X6
- 图:antv G6
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
# 如果服务端也在本地,需要本地hosts添加如下记录,或者修改vite.config.js文件里的proxy配置
127.0.0.1 ai-meeting-server
# 依赖安装
pnpm install
# 本地运行
pnpm run dev
# 打包
pnpm run build
docker build -t ai-meeting-web:v1 .