Vue-IM Vue.js 2.0在线客服IM框架

Vue.js 2.0 的 IM 系统,做客服系统时挺适合。它的**im-server**和**im-client**分别服务端和客户端的功能,设计也挺简洁的。你可以搞个 1 对多的客服系统,支持文字、图片、表情甚至文件传输,用户体验不错。输入框也挺智能,支持粘贴图片,直接拖进去就行。要是你想自己搭建,直接用npm installnpm run dev就能启动了。这个系统内置了一个**ExpressService**,所有后台接口都能在这里找到。注意了,浏览器只支持 Chrome,其他浏览器不太友好。如果你需要一个 Vue+IM 的方案,可以试试这个。还挺适合快速上手的。

如果你想进一步了解即时通讯技术,网上还有一些相关的教程和源码,像是[即时通讯 IM 教程](http://www.100li.com/php/134980.html)或者[局域网即时通讯 IM 源码](http://www.100li.com/cplusplus/106158.html)。这些资源都能帮你更好地理解和优化 IM 功能。

zip
vue-im-master.zip 预估大小:44个文件
folder
vue-im-master 文件夹
file
index.html 325B
file
.postcssrc.js 246B
folder
src 文件夹
folder
router 文件夹
file
index.js 415B
folder
common 文件夹
file
http.js 3KB
file
ak.js 24KB
folder
css 文件夹
file
base.less 3KB
file
main.js 832B
folder
store 文件夹
file
imServerStore.js 19KB
folder
components 文件夹
folder
common 文件夹
file
common_chat.vue 38KB
file
common_chat_emoji.vue 12KB
folder
imClient 文件夹
file
imClient.vue 17KB
file
imLeave.vue 5KB
file
imTransfer.vue 2KB
file
imRate.vue 3KB
folder
imServer 文件夹
file
imRecord.vue 10KB
file
imChat.vue 3KB
file
imServer.vue 2KB
file
App.vue 321B
folder
assets 文件夹
file
qqEmoji.png 30KB
file
.babelrc 230B
folder
config 文件夹
file
dev.env.js 156B
file
test.env.js 149B
file
prod.env.js 61B
file
index.js 2KB
file
LICENSE 1KB
folder
build 文件夹
file
vue-loader.conf.js 553B
file
build.js 1KB
file
webpack.dev.conf.js 8KB
file
utils.js 3KB
file
webpack.prod.conf.js 5KB
file
check-versions.js 1KB
file
webpack.base.conf.js 2KB
file
README.md 902B
file
.editorconfig 147B
file
.gitignore 209B
file
package-lock.json 485KB
file
package.json 2KB
folder
static 文件夹
folder
upload 文件夹
file
.gitignore 13B
folder
js 文件夹
file
socket.io.js 61KB
folder
image 文件夹
file
im_emoji_spacer.gif 43B
file
im_robot_avatar.png 4KB
file
im_server_avatar.png 4KB
file
im_client_avatar.png 4KB
folder
css 文件夹
file
reset.css 1KB
zip 文件大小:196.3KB