Skip to content

AnsonCar/piggy-frontend

Repository files navigation

🐷 Piggy Frontend

Vue 3 + TypeScript + Vite + Pinia + TailwindCSS + TalwindCSS Motion + DaisyUI

πŸ› οΈ Tech Stack

πŸš€ Quick Start

docker compose -f docker-compose.product.yml up

πŸ“ Project Structure

.
β”œβ”€β”€ README.md
β”œβ”€β”€ docker
β”œβ”€β”€ docker-compose.product.yml  # Docker Compose config for production environment
β”œβ”€β”€ index.html
β”œβ”€β”€ nginx.conf                  # Nginx configuration
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ src
β”‚ β”œβ”€β”€ App.vue
β”‚ β”œβ”€β”€ assets                    # Static assets (images, fonts, etc.)
β”‚ β”œβ”€β”€ components                # Reusable Vue components
β”‚ β”œβ”€β”€ composables               # Vue composables for reusable logic
β”‚ β”œβ”€β”€ i18n
β”‚ β”œβ”€β”€ index.css
β”‚ β”œβ”€β”€ layouts
β”‚ β”œβ”€β”€ main.ts
β”‚ β”œβ”€β”€ middleware
β”‚ β”œβ”€β”€ pages
β”‚ β”œβ”€β”€ routes
β”‚ β”œβ”€β”€ stores
β”‚ β”œβ”€β”€ types
β”‚ β”œβ”€β”€ utils
β”‚ └── vite-env.d.ts
β”œβ”€β”€ tsconfig.app.json
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ tsconfig.node.json
└── vite.config.ts                  # Vite build and development configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published