https://github.com/dangvanthanh/vue-chat
Simple Chat with Firebase and Vue.js
https://github.com/dangvanthanh/vue-chat
firebase firestore vue-chat
Last synced: about 1 month ago
JSON representation
Simple Chat with Firebase and Vue.js
- Host: GitHub
- URL: https://github.com/dangvanthanh/vue-chat
- Owner: dangvanthanh
- Created: 2018-11-14T15:03:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T17:02:41.000Z (over 7 years ago)
- Last Synced: 2026-03-11T13:32:51.652Z (4 months ago)
- Topics: firebase, firestore, vue-chat
- Language: Vue
- Homepage: https://vue-chat.surge.sh
- Size: 519 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-chat
## 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
```