跑通示例项目

小于 1 分钟

跑通示例项目

环信在 GitHubopen in new windowGiteeopen in new window 上提供了开源的 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

浏览器会显示以下页面:

img

上次编辑于: