An open API service indexing awesome lists of open source software.

https://github.com/wjxdem/message-list

仿微信聊天简单消息列表组件
https://github.com/wjxdem/message-list

message-list vue-components vuejs wechart

Last synced: 8 months ago
JSON representation

仿微信聊天简单消息列表组件

Awesome Lists containing this project

README

          

## 仿微信聊天简单消息列表组件

![demo运行图](https://github.com/wjxdem/message-list/blob/master/mesagelist.png)

类似微信的渲染消息流的组件,支持不同类型:

###### 1.文本,emoji,链接
###### 2.图片
###### 3.系统消息,例如加某个人到群组里,撤销消息

#### 使用vuejs

https://github.com/wjxdem/message-list.git

### 1、安装依赖
```
npm install
```

### 2、启动客户端
```
npm run serve
```