Skip to content

Vue.js Best Practices

IDE Configuration Headers

For Cursor IDE

To create a new Cursor Rule:

  1. Enter the name as vuejs
  2. 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:

  1. Create a file named vuejs.md in .kiro/steering/
  2. 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

Rule Content