This commit is contained in:
fan
2019-10-30 17:43:26 +08:00
parent 22b09939d9
commit f6797fa1e5
8 changed files with 262 additions and 57 deletions
+17 -5
View File
@@ -1,5 +1,6 @@
# Lemon IMUI
[中文文档](docs/APIs_zh.md).
基于 VUE 2.0 的 IM 聊天组件
#### 特性
@@ -9,10 +10,21 @@
- 不依赖任何第三方组件库
- 可任意扩展的聊天消息类型
#### 在线示例
[lemon-imui-examples](http://june000.gitee.io/lemon-im).
#### 安装使用
#### 安装
> npm install lemon-imui -S
#### 使用
```javascript
import LemonIMUI from 'lemon-imui'
Vue.use(LemonIMUI)
```
```html
<lemon-imui ref="IMUI" />
```
#### 示例
[lemon-imui-examples](http://june000.gitee.io/lemon-im).