https://github.com/fanjyy/lemon-imui
基于 VUE 2.0 的 IM 聊天组件
https://github.com/fanjyy/lemon-imui
chat im vue vuechat vueim vuejs webim
Last synced: 8 months ago
JSON representation
基于 VUE 2.0 的 IM 聊天组件
- Host: GitHub
- URL: https://github.com/fanjyy/lemon-imui
- Owner: fanjyy
- License: mit
- Created: 2019-10-28T08:30:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T08:01:34.000Z (over 3 years ago)
- Last Synced: 2025-10-06T02:25:31.751Z (8 months ago)
- Topics: chat, im, vue, vuechat, vueim, vuejs, webim
- Language: Vue
- Homepage: http://june000.gitee.io/lemon-im/
- Size: 2.56 MB
- Stars: 248
- Watchers: 3
- Forks: 62
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lemon IMUI
基于 VUE 2.0 的 IM 聊天组件
#### 特性
- 拥有丰富的自定义功能,任意搭配出不同风格的聊天界面
- 不依赖任何第三方 UI 组件库
- 可任意扩展聊天消息类型
#### 安装
> npm install lemon-imui -S
#### 使用
```javascript
import LemonIMUI from 'lemon-imui';
import 'lemon-imui/dist/index.css';
Vue.use(LemonIMUI);
```
```html
```
#### 示例 · 文档
[lemon-imui](http://june000.gitee.io/lemon-im).
[QQ 交流群:1081773406](https://qm.qq.com/cgi-bin/qm/qr?k=MzwO4MT20zYQEXP8gq-GbjSJFA0qK15_&jump_from=webapi).