Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhumblechris/vue-realtime-todo-app
Vue Realtime Todo App - Built with Vue, TailwindCSS, Firebase, and Pinia State Management.
https://github.com/devhumblechris/vue-realtime-todo-app
firebase tailwindcss todo-app typescript vscode vue vuejs
Last synced: 12 days ago
JSON representation
Vue Realtime Todo App - Built with Vue, TailwindCSS, Firebase, and Pinia State Management.
- Host: GitHub
- URL: https://github.com/devhumblechris/vue-realtime-todo-app
- Owner: DevHumbleChris
- Created: 2023-01-16T15:11:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T12:11:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:27:10.098Z (7 months ago)
- Topics: firebase, tailwindcss, todo-app, typescript, vscode, vue, vuejs
- Language: Vue
- Homepage: https://vue-realtime-todo-app.vercel.app
- Size: 474 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Realtime Todo App
Vue Realtime Todo App - Built with Vue, TailwindCSS, Firebase, and Pinia State Management.
## 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
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```