meeting_memory/webui/frontend/README.md

555 B

Meeting Knowledge WebUI Source

这个目录保存当前项目 WebUI 的 React/TypeScript 源码。

Layout

webui/frontend/        WebUI source
webui/dist/            build output served by webui_server.py

Dev

cd webui/frontend
npm install
npm run dev

默认会代理到 http://127.0.0.1:8765。如果本地网关端口不同,可以通过 NANOBOT_API_URL 覆盖。

Build

cd webui/frontend
npm run build

构建产物会写入 webui/dist/

Test

cd webui/frontend
npm run test