https://github.com/learningbyexample/things-to-complete
This is a project to enjoy trying new features
https://github.com/learningbyexample/things-to-complete
Last synced: 7 months ago
JSON representation
This is a project to enjoy trying new features
- Host: GitHub
- URL: https://github.com/learningbyexample/things-to-complete
- Owner: LearningByExample
- Created: 2025-06-18T20:20:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T08:48:59.000Z (7 months ago)
- Last Synced: 2025-06-27T09:25:37.693Z (7 months ago)
- Language: Vue
- Size: 396 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Project with Firebase and Tailwind CSS
A modern Vue.js project setup with:
- Vue 3 with TypeScript
- Vite as build tool
- Tailwind CSS for styling
- Firebase integration
- pnpm as package manager
## Project Setup
```bash
pnpm install
```
### Compile and Hot-Reload for Development
```bash
pnpm run dev
```
### Compile and Minify for Production
```bash
pnpm run build
```
### Firebase Configuration
1. Create a Firebase project at https://console.firebase.google.com/
2. Copy your Firebase configuration from the project settings
3. Update the `src/firebase.ts` file with your Firebase configuration
## Tech Stack
- Vue 3
- TypeScript
- Vite
- Tailwind CSS
- Firebase
- pnpm