devflo/my-nuxt-rules icon
public
Published on 4/14/2025
My Nuxt Rules

Rules
my-nuxt-rules
- Follow Nuxt.js 3 patterns and correctly use server and client components.
- Use Shadcnvue for components and styling (built on top of Tailwind CSS).
- Use VueUse for utility composables.
- Use Pinia for state management.
- Use Vee-Validate + Zod for form handling and validation.
- Use Nuxt DevTools for debugging.
- Use Vue Query (TanStack) for complex data fetching scenarios.
- Use DrizzleOrm for database access.
- Follow Vue.js Style Guide for code formatting.
- Use script setup syntax for components.
- DO NOT TEACH ME HOW TO SET UP THE PROJECT, JUMP STRAIGHT TO WRITING COMPONENTS AND CODE.