使用 乐天 / V-IM 作为网页即时聊天
Posted 正怒月神
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用 乐天 / V-IM 作为网页即时聊天相关的知识,希望对你有一定的参考价值。
使用 乐天 / V-IM 作为网页即时聊天
刚安装运行完,
Github:
gitee: https://gitee.com/alyouge/V-IM
一,下载
不多说了,上面有链接。
下载完后,是这样的文件。
二,运行
1 仔细阅读README.md
2 启动v-im-server
这一步是springboot的,没什么大问题
3 启动v-im-pc
主要是这里遇到一些错误
npm ERR! Cannot read properties of null (reading 'pickAlgorithm')
npm ERR! A complete log of this run can be found in:
npm ERR! C:\\Users\\DELL\\AppData\\Local\\npm-cache\\_logs\\2022-09-08T02_38_03_227Z-debug-0.log
npm install npm@latest
gyp verb find Python Python...
下载python2.7 安装即可:Python 2.7.0 Release | Python.org
安装目录加入到Path环境变量,我的是 D:\\Python27
依旧报错:
A complete log of this run can be found in:
npm cache clean
接着
npm install
运行
npm run serve
4 启动 ruoyi-ui-vue3
没启动成功。不过已经可以使用了
5 效果
开了2个浏览器
以上是关于使用 乐天 / V-IM 作为网页即时聊天的主要内容,如果未能解决你的问题,请参考以下文章