基于vue前端聊天插件
基本视频聊天 (basic-vue-chat)
Easy to use VueJS chat.
易于使用的VueJS聊天。
安装 (Installation)
You can install the component using package managers, such as npm or yarn or install component from the repository.
您可以使用软件包管理器(例如npm或yarn)来安装组件,也可以从存储库中安装组件。
npm (npm)
npm i basic-vue-chat
纱 (yarn)
yarn add basic-vue-chat
使用仓库 (using repository)
git clone https://github.com/jmaczan/basic-vue-chat.git
cd basic-vue-chat
npm i
用法 (Usage)
Chat is a single Vue component, which you can find in /src/components/basic-vue-chat/
. To start, just import BasicVueChat component and put the following line into your html code:
聊天是单个Vue组件,您可以在/src/components/basic-vue-chat/
。 首先,只需导入BasicVueChat组件并将以下行放入您的html代码中:
<basic-vue-chat />
依存关系 (Dependencies)
Components uses only two dependencies - Vue (vue
package)and Moment.js for Vue (vue-moment
).
组件仅使用两个依赖项-Vue( vue
程序包)和Moment.js(用于Vue)( vue-moment
)。
推送消息 (Pushing messages)
To push mess