socket.io即时聊天室
(用户名:蓝色,密码:huimin)
扫视
登录页面
群聊页面
其他清单
私人聊天页面
安装依赖
节点7.x
自动重启节点服务器工具
npm i -g nodemon
质量检查工具
为代码编辑器安装eslint插件(例如vscode中的“ eslint”)
下载
# clone
git clone git@github.com:Chanran/vueSocketChatroom.git
cd vueSocketChatroom
# install dependencies
npm install -d
开始
npm run dev
npm run serv
1