Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmetarsiv/vue-chat-application
Vue js firebase chat application
https://github.com/ahmetarsiv/vue-chat-application
Last synced: 11 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T11:34:30.000Z (over 2 years ago)
- Last Synced: 2024-10-23T16:11:41.191Z (28 days 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/).