yanguichen / VChat

0 stars 0 forks source link

网上交友平台

前端基于 vue,后端基于 nodejs 的网上交友平台

一、功能

二、模块:

注册登陆页:

个人主页

(1)顶部:

(2)左侧组件:

(3)中间组件:

  1. 常聊好友:显示用户常聊的好友列表
  2. 常用聊天室:显示常用聊天室列表

(4)右侧组件:

  1. 聊天室列表:显示聊天室搜索功能、聊天室列表、创建聊天室按钮(点击弹出创建聊天室表单)
  2. 聊天室:通过点击加入聊天室或者创建聊天室跳转到相应聊天室、显示聊天室名称、聊天室描述、聊天室人数、加入聊天室的用户

(5)底部:为了好看哈哈哈

三、用法

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e