kefu/README.md
2017-10-27 22:04:59 -05:00

30 lines
721 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# KeFu
在线客服系统开发语言NodeJS。通信库Socket.IO。UI库前端SUI后端LayUI。
# 缘起
公司商城里面想加个在线客服,但是第三方的的太贵,功能太多又又不上。所以闲暇时间写了这个,让公司能暂时用起来。
估计还是有bug未详细测试。
# 安装
git clone https://github.com/gytai/KeFu.git
cd KeFu
npm install
pm2 start bin/www --name kefu
# 使用
1打开localhost:9010 --客户端
2打开localhost:9010/admin --服务端
# 实例截图
客户端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/client.png)
服务端
![Alt text](https://github.com/gytai/KeFu/blob/master/public/images/server.png)