【程序源代码】I桌面版聊天程序
程序源代码
共 1105字,需浏览 3分钟
·
2020-12-17 13:39
“ 关键字: 聊天程序”
正文:桌面版聊天程序
01
—
桌面版聊天程序
打包好的文件 下载。
打包好的web文件,在dist/web 目标下(运行的时候需要有容器,例如nginx tomcat之类的)。
消息推送接口,调用方式:http://localhost:8080/api/user/sendMsg?access_token=你的token&userId=接收人&msg=我是消息
获取token:http://localhost:8080/oauth/token?client_id=v-client&client_secret=v-client-ppp&grant_type=password&scope=select&username=wangwu&password=123456
测试地址:http://101.200.151.183 wangwu 123456 。
安装依赖命令:yarn 。
开发环境命令:npm run serve 和 npm run electron:serve。
打包安装文件:npm run electron:build,打包完成的文件在/dist_electron 下。
打包web文件:npm run build,打包完成的文件在/dist 下。
—
04
—
源码下载
https://gitee.com/lele-666/V-IM.git
联
方
式
公众号ID: itcode
微信ID: itcoder
免
声
明
—————————————
———————————————
【你的每一份打赏就是对我最真诚的鼓励】
评论