# 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
- [anthropics claude-code](https://github.com/anthropics/claude-code/tree/main/plugins)
- [anthropics skills](https://github.com/anthropics/skills/tree/main/skills)
- [vercel agent-skills](https://github.com/vercel-labs/agent-skills)
