https://github.com/ahmetarsiv/vue-chat-application
Vue js firebase chat application
https://github.com/ahmetarsiv/vue-chat-application
Last synced: 4 months ago
JSON representation
Vue js firebase chat application
- Host: GitHub
- URL: https://github.com/ahmetarsiv/vue-chat-application
- Owner: ahmetarsiv
- Created: 2022-05-30T11:33:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T11:34:30.000Z (about 3 years ago)
- Last Synced: 2025-01-04T04:32:36.750Z (5 months ago)
- Language: Vue
- Size: 143 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Chat Application
First we create a real-time database in firebase and then enter api config in db.js.
https://console.firebase.google.com/## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).