An open API service indexing awesome lists of open source software.

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

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).