vue-application-structure
Installation
SKILL.md
Vue Application Structure
Table of Contents
Overview
Build well-organized Vue 3 applications using Composition API, proper file organization, and TypeScript for type safety and maintainability.
When to Use
- Large-scale Vue applications
- Component library development
- Reusable composable hooks
Related skills