vue3-component-decomposition

Installation
SKILL.md

Vue 3 Component Decomposition

Break large Vue 3 components into smaller, testable units without losing readability.

When to Use

  • Component is handling multiple concerns (UI rendering, fetching, form logic, filtering, side effects)
  • setup() or <script setup> grows hard to scan
  • Template contains complex expressions or repeated blocks
  • Changes in one feature frequently break unrelated behavior

Decomposition Workflow

Installs
19
GitHub Stars
9
First Seen
Mar 13, 2026
vue3-component-decomposition — noartem/laravel-vue-skills