chatwoot-react-sdk
v0.10.0
Published
本项目现已移除 ConnectyCube 集成,改为使用内存 Mock 服务,仅保留 UI 以便演示。
Downloads
4
Readme
Chat UI 示例(本地 Mock 服务)
本项目现已移除 ConnectyCube 集成,改为使用内存 Mock 服务,仅保留 UI 以便演示。
Project contains the following features implemented:
- User Login / SignUp / Logout
- Chat dialogs creation
- 1-1 messaging
- Group messaging
- Users search
- Typing status
- Sent / Read statuses (read messages in users view)
- Last seen
- User / Group profile
Documentation
开发
- 安装依赖:
npm i - 启动开发:
npm run dev并打开 http://localhost:5173 - 构建:
npm run build
Screenshots
Build your own Chat app
To make the sample works for your own app, please do the following:
注意:所有聊天、用户、会话数据均来自前端内存的模拟实现,无后端依赖。如需接入真实后端,可在 src/adapters/use-chat.tsx 中替换 Mock 实现。
Can't build yourself?
如需帮助或出现构建问题,请在项目仓库创建 issue。
