Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levinigor/vue-keeps
A simple notes application built with Vue.js and Firebase. This project allows users to create, edit, and delete notes in a user-friendly interface. It leverages Firebase for data storage.
https://github.com/levinigor/vue-keeps
firebase firebase-database pet-project pinia-vuejs vue vue-js vue3 vuejs
Last synced: 13 days ago
JSON representation
A simple notes application built with Vue.js and Firebase. This project allows users to create, edit, and delete notes in a user-friendly interface. It leverages Firebase for data storage.
- Host: GitHub
- URL: https://github.com/levinigor/vue-keeps
- Owner: LevinIgor
- License: unlicense
- Created: 2022-08-31T15:08:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T12:38:04.000Z (6 months ago)
- Last Synced: 2024-10-12T02:30:16.552Z (about 1 month ago)
- Topics: firebase, firebase-database, pet-project, pinia-vuejs, vue, vue-js, vue3, vuejs
- Language: Vue
- Homepage: https://keeps-sigma.vercel.app/
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keeps
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
```