基于electron-vue开发的桌面简易聊天工具
- 群聊与单聊,加群加好友
- 支持语音发送
- 支持视频聊天
- 支持文件发送
package | version |
---|---|
npm | 6.9.0 |
nodejs | 10.16.0 |
# install dependencies run root/administrator
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
# setup config file
cd src/renderer/store/config
cp config.js.example config.js
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.