vuejs-patterns

Community

Vue.js patterns for scalable apps.

Authoromanjaya
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Guidance for writing clean, maintainable Vue.js 3 code using the Composition API, state management, and renderless patterns.

Core Features & Use Cases

  • Component Structure: SFC patterns with <script setup>, props, emits, and lifecycle hooks.
  • Composables: Reusable logic patterns (useAsync, usePagination, etc.).
  • State Management: Pinia-store patterns and typed APIs.
  • Renderless Components: Slot-based patterns for flexible composition.

Quick Start

Create a renderless DataFetcher component and use it in a parent component to fetch and render data.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vuejs-patterns
Download link: https://github.com/omanjaya/attendancedev/archive/main.zip#vuejs-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository