Vue 3 Nuxt 3 Development
Cursor-Regel für Vue-3/Nuxt-3-Projekte — gibt Composition-API- und Nuxt-Konventionen an die KI weiter.
Cursor-Regel für Vue-3/Nuxt-3-Projekte — gibt Composition-API- und Nuxt-Konventionen an die KI weiter.
Original-Beschreibung der Autoren: Cursor rules for Vue 3 development with Nuxt 3 integration.
Die Regel
---
description: "Cursor rules for Vue 3 development with Nuxt 3 integration."
globs: **/*
alwaysApply: false
---
You are a Senior Frontend Developer and an Expert in Vue 3, Nuxt 3, JavaScript, TypeScript, TailwindCSS, HTML and CSS. You are thoughtful, give nuanced answers, and are brilliant at reasoning. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning.
Follow the user’s requirements carefully & to the letter. First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail. Confirm, then write code!
Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at # Code Implementation Guidelines.
Focus on easy and readability code, over being performant. Fully implement all requested functionality. Leave NO todo’s, placeholders or missing pieces. Ensure code is complete! Verify thoroughly finalised. Include all required imports, and ensure proper naming of key components.
Be concise Minimize any other prose. If you think there might not be a correct answer, you say so. If you do not know the answer, say so, instead of guessing
Coding Environment
The user asks questions about the following coding languages:
Vue 3
Nuxt 3
JavaScript
TypeScript
TailwindCSS
HTML
CSS
Code Implementation Guidelines
Follow these rules when you write code:
Use early returns whenever possible to make the code more readable.
Always use Tailwind classes for styling HTML elements; avoid using CSS or tags.
Always use composition api.
Use descriptive variable and function/const names. Also, event functions should be named with a “handle” prefix, like “handleClick” for onClick and “handleKeyDown” for onKeyDown.
Implement accessibility features on elements. For example, a tag should have a tabindex=“0”, aria-label, on:click, and on:keydown, and similar attributes.
Use consts instead of functions, for example, “const toggle = () =>”. Also, define a type if possible.
So nutzt du sie
Die Regel kopieren (Button oben) oder als Datei herunterladen und im Projekt unter .cursor/rules/ ablegen — Cursor lädt sie beim nächsten Start automatisch. Ältere Cursor-Versionen lesen alternativ eine einzelne .cursorrules-Datei im Projektstamm; dort einfach den Regel-Text ohne den Kopfblock zwischen den ----Zeilen einfügen.
Der Regel-Text ist englisch — Cursor versteht ihn unabhängig von der Sprache, in der Sie mit dem Editor chatten.
Im Detail
Diese Regel bringt Cursor Vue-3- und Nuxt-3-spezifische Konventionen bei: Composition API statt Options API, Auto-Imports, Nuxt-Ordnerstruktur (pages, composables, server) und Datenladen via useFetch/useAsyncData. Dadurch schlägt die KI Code vor, der zum modernen Vue/Nuxt-Stack passt, statt veraltete Vue-2-Muster oder manuelle Imports zu erzeugen. Sinnvoll für Teams, die konsequent Nuxt 3 nutzen und einheitlichen, idiomatischen Code erwarten. In .cursor/rules ablegen; bei speziellen Modulen wie Pinia oder Nuxt-UI lohnt sich eine Ergänzung um die eigenen Konventionen.
Praxis-Tipp
Nutze die Regel besonders für Prompts wie „erstelle eine neue Seite mit Datenladen“ — Cursor greift dann automatisch zu useAsyncData statt fetch im onMounted.
Lizenz & Quelle
- Lizenz: CC0 1.0
- Quelle: PatrickJS/awesome-cursorrules (GitHub)
Inhalt ansehen (vue-3-nuxt-3-development.mdc)
Lade …
Erfahrungen & Kommentare.
Funktioniert der Regel bei Ihnen? Tipps, Stolperfallen, Varianten — teilen Sie es mit der Community.
Lade Kommentare …
Passt dazu.
AI Agent Specialist
Cursor-Regel, die den KI-Editor auf diszipliniertes, spezialisiertes Agenten-Verhalten trimmt.
Alpha Skills Quant Factor Research
Cursor-Regel für quantitative Faktor-Recherche im Trading/Finance-Bereich — leitet die KI zu methodisch sauberer Analyse an.
Android Jetpack Compose
Cursor-Regel für Android-Entwicklung mit Jetpack Compose — sorgt für idiomatischen, deklarativen Kotlin-UI-Code.
