Skip to content

MoodFly/leo-im-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leo-IM

Leo-IM,开源好用的IM。

在线演示

演示地址:http://123.207.147.138:8000

建议使用Chrome浏览器

  • 演示用户1:用户名 test1,口令 123456
  • 演示用户2:用户名 test2,口令 123456
  • 演示用户3:用户名 test3,口令 123456

运行环境要求

  • Chrome、IE10+

主要功能

  • 私聊
  • 群聊
  • 文字、表情、图片、文件

配置

  • 开发环境 config/dev.env.js

    设置BASE_API与WEBSOCKET_URL

  • 生产环境 config/prod.env.js

    设置BASE_API与WEBSOCKET_URL

安装依赖包

  • 首次启动之前需要安装依赖包 npm install(建议使用cnpm)

本地运行

  • npm run dev

构建

  • npm run build

Server端源码

About

leo-im-web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 70.4%
  • JavaScript 19.5%
  • CSS 5.2%
  • HTML 4.9%