Awesome Cursor Rules Collection
Filter by:
Showing 481-492 of 2626 matches
Vue
# Project rules
- Use pnpm to install dependencies.
- Nuxt autoimports are enabled, no need to import components manually.
- Use shadcn-vue components.
DialogProvider already has the logic for opening and closing the dialog, so you don't need to do it manually:
```
<Dialog :open="isOpen" @update:open="isOpen = $event">
<DialogContent>
<component v-if="isOpen" :is="currentComponent" v-bind="currentProps" />
</DialogContent>
</Dialog>
```
css
dockerfile
gherkin
javascript
npm
nuxt.js
pnpm
shadcn/ui
+3 more
First seen in:
Used in 1 repository
EJS
TypeScript
Use explicit names for functions, variables, etc... to ensure lisable code
javascript
typescript
First seen in:
Used in 1 repository