Vue 3 + TypeScript + Vite + Pinia + TailwindCSS + TalwindCSS Motion + DaisyUI
- Vue 3 - Progressive JavaScript Framework
- TypeScript - Type-safe JavaScript
- Vite - Next Generation Frontend Tooling
- Pinia - Vue Store Management
- Tailwind CSS - Utility-first CSS Framework
- Tailwind CSS Motion - Animation plugin
- DaisyUI - Tailwind CSS Components
docker compose -f docker-compose.product.yml up
.
βββ 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