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.
- Host: GitHub
- URL: https://github.com/alexquar/u-chat
- Owner: alexquar
- Created: 2024-03-13T19:58:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T19:15:27.000Z (over 2 years ago)
- Last Synced: 2025-03-05T01:14:38.633Z (over 1 year ago)
- Topics: firebaseauth, firestore, vuejs
- Language: Vue
- Homepage: https://learning-38e55.web.app/
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).