Vue.js Best Practices
IDE Configuration Headers
For Cursor IDE
To create a new Cursor Rule:
- Enter the name as
vuejs
- Copy & paste the following header and rule content below:
---
description: Vue.js Best Practices
globs: **/*.vue, **/*.js, **/*.ts
alwaysApply: false
---
For Kiro IDE
To create a new Kiro Steering Document:
- Create a file named
vuejs.md
in.kiro/steering/
- Copy & paste the following header and rule content below:
---
inclusion: fileMatch
fileMatchPattern: '**/*.vue,**/*.js,**/*.ts'
---
For more information about IDE rules, visit: - Cursor Project Rules - Kiro Steering Documents