https://github.com/berkmann18/socket-chat
A simple and basic VueJS Chat application
https://github.com/berkmann18/socket-chat
chat nodejs socket-io vuejs vuetify
Last synced: about 2 months ago
JSON representation
A simple and basic VueJS Chat application
- Host: GitHub
- URL: https://github.com/berkmann18/socket-chat
- Owner: Berkmann18
- Created: 2020-01-30T16:06:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T16:42:25.000Z (over 6 years ago)
- Last Synced: 2025-03-30T14:44:27.787Z (about 1 year ago)
- Topics: chat, nodejs, socket-io, vuejs, vuetify
- Language: Vue
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket-chat
This app is based on [this tutorial](https://medium.com/@jaouad_45834/basic-chat-web-app-using-express-js-vue-js-socket-io-429588e841f0) (the main difference being that I used Vuetify and not Boostrap and implemented the message display system).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Running the server
```
npm start
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
For a `serverbuilder` version, please check out the [_sb_ branch](https://github.com/Berkmann18/socket-chat/tree/sb).