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