--- description: "Lanxk.com Vue 3 Project Standards" globs: ["**/*.{vue,ts,scss,js,jsx,tsx}"] alwaysApply: true --- # Project Standards ## Technology Stack Standards - Frontend Framework: Vue 3 (v3.5.13, Composition API) - UI Framework: Element Plus (v2.7.4) - State Management: Pinia (v2.1.7) - Styling: SASS (v1.75.0) - Build Tool: Vite (v5.2.6) - TypeScript (v5.7.x) - Node.js (≥v18.0.0) ## Code Standards ### Component Development Standards - Use PascalCase for naming Vue component files (e.g., `TemplateBase.vue`) - Place components with similar functionality in the same directory - Components must use the `