發現一款Vue的聊天組件 JwChat

JwChat

今天在碼雲上看到發佈了一款聊天組件 自我感受挺不錯的 在這裏推薦給廣大思友css

歡迎各位客觀來使用vue

官方介紹

  • JwChat 一款基於Vue和ElementUI極簡的聊天框組件
  • 是一款極簡的數據驅動爲主的聊天框組件。
  • 有和微信通用的表情包可。
  • 有可靈活配置的 slot

_
20200501111811.pnggit

安裝簡單

  • 使用 npm 安裝npm

    npm install jwchat
  • 使用 yarn 安裝bash

    yarn add jwchat

使用方便

  • main.js 引入微信

    import JwChat from 'jwchat';
    import 'jwchat/lib/JwChat.css';
    Vue.use(JwChat)
  • *.vue 中使用學習

    <JwChat-index
         :taleList="list"
         @enter="bindEnter"
         v-model="inputMsg"
         :toolConfig="tool"
     />

文檔齊全

寫在末尾

學習最好的辦法就是寫一些東西讓別人來用。spa

但願和各位一塊兒進步、學習code

QQ羣 :235689934blog

相關文章
相關標籤/搜索