跑通示例项目
小于 1 分钟
UIKit-Web 集成文档
跑通示例项目
环信在 GitHub 和 Gitee 上提供了开源的 ChatroomUIKit 示例项目,演示了如何使用该 UIKit 快速搭建聊天室页面,实现完整业务。
本文展示如何运行 Web 平台的聊天室 UIKit 示例项目。
下载项目
- Github 项目
git clone https://github.com/easemob/ChatroomDemo/tree/dev/WEB/ChatroomDemo.git
- Gitee 项目
git clone https://gitee.com/easemob-code/ChatroomDemo/tree/dev/WEB/ChatroomDemo.git
安装依赖
cd WEB/ChatroomDemo
npm install
运行项目
npm start
浏览器会显示以下页面:

