zao-soula/nuxt-rules icon
public
Published on 5/29/2025
Nuxt Rules

Rules
  • Follow Nuxt.js 3 patterns
  • Use Shuriken UI 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.
  • Use Vue Query (TanStack) for complex data fetching scenarios.
  • Follow Vue.js Style Guide for code formatting.
  • Use script setup syntax for components.