Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagaya85/vchat
🌍一个兴趣使然的Chatroom
https://github.com/kagaya85/vchat
Last synced: 28 days ago
JSON representation
🌍一个兴趣使然的Chatroom
- Host: GitHub
- URL: https://github.com/kagaya85/vchat
- Owner: kagaya85
- License: mit
- Created: 2019-05-14T14:24:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T15:04:32.000Z (about 4 years ago)
- Last Synced: 2024-10-15T22:41:07.463Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 653 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VChat
🍥一个包含了前端 + 后端 + 数据库的聊天室web应用⚓
## Features
* 登陆验证
* 注册新用户
* 聊天室群聊
* 私聊
* 用户上线下线提醒
* 国际化i18n支持:English/中文/日本語
* 前后端分离开发## Technology stack
#### 前端
* Vue全家桶:Vue + Vuex + Vue-router + Vue-i18n
* axios
* socket.io
* element#### 后端
* node
* express
* socket.io#### 数据库
* MongoDB
## Screen Shot
#### Login
![login](images/login.jpg)
![login](images/login_cn.jpg)
![login](images/login_ja.jpg)
#### Register
![register](images/register.jpg)
#### Home page
![chatroom](images/chatroom.jpg)
## Project setup
```shell
npm install
```### Compiles and hot-reloads for development
```shell
npm run serve
```### Compiles and minifies for production
```shell
npm run build
```### Run server
```shell
cd ./server && node server
```