Kaleβs Garden is a simple, static storefront website built primarily for testing and experimentation.
The project uses Nuxt 4 and Vuetify to explore layout, component styling, routing, and static asset handling in a modern Vue-based stack.
This site does not include a backend or e-commerce functionality and is intended for development, learning, and prototyping purposes only.
- Nuxt 4
- Vue 3
- Vuetify
- TypeScript
- Node.js / npm
KalesGarden/
ββ app/
β ββ pages/ # File-based routing
β ββ components/ # Reusable Vue components
β ββ app.vue # Root application component
ββ plugins/ # Nuxt plugins (Vuetify setup)
ββ public/
β ββ images/ # Static images served from site root
ββ nuxt.config.ts # Nuxt configuration
ββ package.json
ββ README.md