# groupchat-web **Repository Path**: jiefei30/groupchat-web ## Basic Information - **Project Name**: groupchat-web - **Description**: 群聊弹幕系统前端,基于vue-cli3开发,仅供学习参考。(2020年6月) - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-15 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # groupchat-web #### 介绍 群聊弹幕系统前端,仅供学习参考。(2020年6月) #### 软件架构 基于vue-cli3 #### 安装教程 1. 导入VS code/WebStorm/HbuilderX。 2. 安装依赖 ```cmd npm install router npm install axios npm install uuid ``` #### 使用说明 1. 修改room.vue下的ip、端口和路径,与后端保持一致。 ```js //websocket服务器的地址 ws://ip:端口/netty_context_path const ip = "127.0.0.0" //后端ip地址 const netty_port = 7000 //和后端保持一致 const server_port = 7084 //和后端保持一致 const context_path = "/groupchat" //和后端保持一致 ``` 2. npm run server #### 参与贡献 1. 皆非