web-framework-vue-composition-api

Installation
SKILL.md

Vue 3 Composition API

Quick Guide: <script setup> for every component. ref() for primitives and anything reassigned, reactive() for an object mutated in place. Reusable stateful logic goes into a use* composable that returns an object of refs. Everything opened in onMounted is closed in onUnmounted. The 3.4+ and 3.5+ macros — defineModel(), useTemplateRef(), useId(), onWatcherCleanup() — replace whole patterns that preceded them, and destructured props need a getter wrapper in watch().

Detailed Resources:


Which path applies

Installs
23
GitHub Stars
24
First Seen
Apr 7, 2026
web-framework-vue-composition-api — agents-inc/skills