---
description: Version information for Vue applications
globs: <root>/src/**/*.vue,<root>/package.json
alwaysApply: true
---

# Vue Version Information

This project is using Vue **{detectedVersion}**.

## Version-Specific Considerations

The rules in this folder are adapted for Vue {detectedVersion}, which falls into the "{versionRange}" compatibility range.

## Framework Structure

The Vue application is located at: `{projectPath}`

## Detected Components

The system has detected your Vue installation and will apply appropriate rules for:

-   Core Vue functionality
-   Components
-   Directives
-   Composition API / Options API
-   State Management
-   Routing
-   Testing
