Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonht113/vue3-chat-app-with-firebase
ππ¨βπ» Build app chat tutorial with vue3 and firebase ( π¨βπ»inprogress... )
https://github.com/sonht113/vue3-chat-app-with-firebase
firebase firebase-realtime firebase-storage firestore quasar-framework unocss vite vue3-typescript
Last synced: 9 days ago
JSON representation
ππ¨βπ» Build app chat tutorial with vue3 and firebase ( π¨βπ»inprogress... )
- Host: GitHub
- URL: https://github.com/sonht113/vue3-chat-app-with-firebase
- Owner: sonht113
- Created: 2024-07-07T16:16:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:29:06.000Z (4 months ago)
- Last Synced: 2024-09-17T12:48:41.177Z (4 months ago)
- Topics: firebase, firebase-realtime, firebase-storage, firestore, quasar-framework, unocss, vite, vue3-typescript
- Language: Vue
- Homepage:
- Size: 485 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 + TypeScript + Vite + Quasar-Framework + UnoCSS
### Photo is under development
### Config firebase
1. Visit here to setup new project with firebase: https://firebase.google.com/docs/web/setup
2. After setup finish => You can copy config of firebase and paste to file index.ts of folder firebase.
### Run source:
Run the following command on your local environment:
```shell
git clone --depth=1 https://github.com/sonht113/vue3-chat-app-with-firebase.git
cd my-project-name
pnpm install
```Then, you can run locally in development mode with live reload:
```shell
pnpm run dev
```Open http://localhost:5173 with your favorite browser to see your project.
Made with β₯ by [NuiCoder](https://www.facebook.com/profile.php?id=100032736788526&locale=vi_VN)