vue-development

Solid

Vue 3 development with Composition API, reactivity system, component patterns, TypeScript integration, and best practices.

Web & Frontend 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Vue Development Skill Expert assistance for building Vue 3 applications with Composition API and modern patterns. ## Capabilities - Create Vue 3 components with Composition API - Implement reactive state with ref and reactive - Build composables for reusable logic - Configure TypeScript with Vue - Set up Vue Router and navigation guards - Implement provide/inject for dependency injection ## Usage Invoke this skill when you need to: - Create Vue 3 components - Build composables for shared logic - Set up Vue project structure - Implement reactive patterns - Configure Vue with TypeScript ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | componentName | string | Yes | Component name (PascalCase) | | compositionApi | boolean | No | Use Composition API (default: true) | | typescript | boolean | No | Use TypeScript (default: true) | | scriptSetup | boolean | No | Use script setup (default: true) | ### Configuration Example ```json { "componentName": "UserProfile", "compositionApi": true, "typescript": true, "scriptSetup": true, "features": ["props", "emits", "slots"] } ``` ## Component Patterns ### Script Setup Component ```vue <!-- components/UserProfile.vue --> <script setup lang="ts"> import { ref, computed, onMounted } from 'vue'; interface User { id: string; name: string; email: string; avatar: string; } // Props with defaults const props = withDefaults(defineProps<{ user: User; editable...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

vue-expert

Builds Vue 3 components with Composition API patterns, configures Nuxt 3 SSR/SSG projects, sets up Pinia stores, scaffolds Quasar/Capacitor mobile apps, implements PWA features, and optimises Vite builds. Use when creating Vue 3 applications with Composition API, writing reusable composables, managing state with Pinia, building hybrid mobile apps with Quasar or Capacitor, configuring service workers, or tuning Vite configuration and TypeScript integration.

9,537 Updated 1 weeks ago
Jeffallan
Web & Frontend Solid

vue

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

5,142 Updated 1 months ago
antfu
Web & Frontend Listed

vue

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

1 Updated today
anantkanok
Web & Frontend Listed

vue

Vue.js progressive JavaScript framework. Use when building Vue components, working with reactivity (ref, reactive, computed, watch), or implementing Vue Composition API patterns.

335 Updated today
aiskillstore
Web & Frontend Listed

vuejs-expert

Use when building or scaling Vue applications with maintainable component architecture, robust state management, and performance-aware rendering. Invoke for Composition API patterns, routing, forms, testing, and SSR-aware component design.

0 Updated 1 weeks ago
Ortus-Solutions