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
仿微信聊天简单消息列表组件
- Host: GitHub
- URL: https://github.com/wjxdem/message-list
- Owner: wjxdem
- Created: 2020-05-29T16:00:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T10:22:19.000Z (almost 6 years ago)
- Last Synced: 2025-08-09T20:30:58.750Z (10 months ago)
- Topics: message-list, vue-components, vuejs, wechart
- Language: Vue
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 仿微信聊天简单消息列表组件

类似微信的渲染消息流的组件,支持不同类型:
###### 1.文本,emoji,链接
###### 2.图片
###### 3.系统消息,例如加某个人到群组里,撤销消息
#### 使用vuejs
https://github.com/wjxdem/message-list.git
### 1、安装依赖
```
npm install
```
### 2、启动客户端
```
npm run serve
```