# vue-class-component **Repository Path**: vuejs/vue-class-component ## Basic Information - **Project Name**: vue-class-component - **Description**: ES / TypeScript decorator for class-style Vue components. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # [DEPRECATED] Vue Class Component ## ⚠️ Notice This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and `