https://github.com/a7650/chat2
用vue+node+express+socket.io+MongoDB将以前做的聊天项目进行了重构,还在维护升级中
https://github.com/a7650/chat2
Last synced: 6 months ago
JSON representation
用vue+node+express+socket.io+MongoDB将以前做的聊天项目进行了重构,还在维护升级中
- Host: GitHub
- URL: https://github.com/a7650/chat2
- Owner: a7650
- Created: 2019-03-08T16:43:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T10:53:50.000Z (over 7 years ago)
- Last Synced: 2025-06-23T00:03:28.181Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat2
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).