2.6.0 • Published 6 years ago

chat-user v2.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

chat-user

这是一个即时聊天的用户端 接口 sname: String, //客服姓名 name: String, //用户姓名 list: Array // 从后台获取聊天记录 含有: 发送人uname 发送时间newTime 消息内容newText 发送按钮点击事件名称 onSendOut//返回用户名,客服名,消息发送时间,消息内容,发送人;用于保存到后台数据库进行获取

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

2.6.0

6 years ago

2.5.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago