patrity/nuxt-rules icon
public
Published on 5/12/2025
Nuxt Rules

Rules
  • Follow Nuxt.js 4 patterns and correctly use server and client components.
  • Use Nuxt UI and Nuxt UI Pro for components and styling (built on top of Tailwind CSS).
  • Use VueUse for utility composables.
  • Use Pinia for state management.
  • Use Nuxt DevTools for debugging.
  • 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.