An open API service indexing awesome lists of open source software.

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

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