Loading...
Loading...
Use when building Vue 3 applications with JavaScript only (no TypeScript). Invoke for JSDoc typing, vanilla JS composables, .mjs modules.
npx skill4agent add jeffallan/claude-skills vue-expert-js<script setup>lang="ts"| Topic | Reference | Load When |
|---|---|---|
| JSDoc Typing | | JSDoc types, @typedef, @param, type hints |
| Composables | | custom composables, ref, reactive, lifecycle hooks |
| Components | | props, emits, slots, provide/inject |
| State | | Pinia, stores, reactive state |
| Testing | | Vitest, component testing, mocking |
vue-expert/references/composition-api.mdvue-expert/references/components.mdvue-expert/references/state-management.md<script setup>@param@returns@typedef@type<script setup lang="ts">.tsrequire()<script setup>@typedef@param