valery-nosareu/rules icon
public
Published on 5/28/2025
Rules

Rules
  • Follow Nuxt.js 3 patterns and correctly use server and client components.
  • Use shadcn for components and styling (built on top of Tailwind CSS).
  • Use VueUse for utility composables.
  • Use Pinia for state management.
  • Use Vee-Validate + Yup for form handling and validation.
  • Use Nuxt DevTools for debugging.
  • Use Vue Query (TanStack) for complex data fetching scenarios.
  • Use Prisma 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.