https://github.com/elvan/note-taking-app-vue-firebase
🌐 [Demo] Vue 3, Vite 4, Pinia, Firebase
https://github.com/elvan/note-taking-app-vue-firebase
example-app firebase firebase-auth pinia sample-app vite vue vue3 vuejs
Last synced: about 2 months ago
JSON representation
🌐 [Demo] Vue 3, Vite 4, Pinia, Firebase
- Host: GitHub
- URL: https://github.com/elvan/note-taking-app-vue-firebase
- Owner: elvan
- Created: 2023-03-16T23:14:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T22:40:43.000Z (almost 3 years ago)
- Last Synced: 2025-12-31T05:00:40.941Z (6 months ago)
- Topics: example-app, firebase, firebase-auth, pinia, sample-app, vite, vue, vue3, vuejs
- Language: Vue
- Homepage: https://note-taking-app-vue.web.app
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteTakingApp

---

---

---

---

---

---
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```