vue-router-best-practices.mdc 343 B

123456789
  1. ---
  2. description: Best practices for Vue Router 4 configuration and usage
  3. globs: src/router/*.ts
  4. alwaysApply: false
  5. ---
  6. - Use named routes for better maintainability
  7. - Implement route-level code-splitting for performance
  8. - Use navigation guards for route protection and redirection
  9. - Leverage route meta fields for additional route information