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

https://github.com/alexquar/u-chat

Full global chatroom. Users must sign in or create an account and can then access a cool chat room. Build primarily using Vue and Firebase (firestore, Authentication, Hosting and security) with obviously some css, html, js and date-fns for formatting.
https://github.com/alexquar/u-chat

firebaseauth firestore vuejs

Last synced: 16 days ago
JSON representation

Full global chatroom. Users must sign in or create an account and can then access a cool chat room. Build primarily using Vue and Firebase (firestore, Authentication, Hosting and security) with obviously some css, html, js and date-fns for formatting.

Awesome Lists containing this project

README

          

# chat-room

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).