🎯

vue3-frontend

🎯Skill

from eva813/vue3-skills

VibeIndex|
What it does

Provides a curated collection of Vue 3 component templates, composable utility functions, and reference documentation to help developers learn and implement best practices in Vue 3 frontend develop...

vue3-frontend

Installation

Install skill:
npx skills add https://github.com/eva813/vue3-skills --skill vue3-frontend
6
Last UpdatedJan 3, 2026

Skill Details

SKILL.md

Overview

# Vue 3 Skills Library

A learning resource library for Vue 3 skills and best practices.

πŸ“ Project Structure

```

myVueSkill/

β”œβ”€β”€ skill.md # Skills documentation

β”œβ”€β”€ assets/ # Resources

β”‚ β”œβ”€β”€ component-templates/ # Component templates

β”‚ β”‚ β”œβ”€β”€ BasicComponent.vue

β”‚ β”‚ β”œβ”€β”€ DataTable.vue

β”‚ β”‚ └── Modal.vue

β”‚ └── composable-templates/ # Composable templates

β”‚ β”œβ”€β”€ useFatch.js

β”‚ └── useLocalStorage.js

└── references/ # Reference documents

β”œβ”€β”€ best-practices.md # Best practices

β”œβ”€β”€ common-patterns.md # Common patterns

β”œβ”€β”€ composition-api.md # Composition API guide

└── migration-guide.md # Migration guide

```

πŸ“š Contents

  • Component Templates: Template implementations of commonly used Vue 3 components
  • Composable Templates: Composition API utility functions
  • Reference Documents: Vue 3 best practices and pattern guides

πŸš€ Getting Started

Check the skill.md file for more information.

πŸ“– Resources

  • [Vue 3 Official Documentation](https://vuejs.org/)
  • Composition API Guide
  • Common patterns and best practices