AI AGENT ADDONS

Vue Best Practices

hyf0/vue-skills
Frontend Development
24,781installs

This skill helps developers build better Vue.js applications. It focuses on Vue 3 with the Composition API and TypeScript. You will learn to write clean, predictable, and easy-to-maintain code. The skill covers core topics like reactivity, component structure, and data flow. It is useful for both new and experienced Vue developers.

Before writing any code, you must confirm the architecture. The default stack is Vue 3, Composition API, and TypeScript. You should read important reference files on reactivity, single file components, and composables. You also need to plan component boundaries for any non-trivial feature. This keeps your project organized and scalable.

You will apply essential Vue foundations in every task. Keep state minimal and derive values with computed properties. Split large components into smaller ones with clear responsibilities. Use composables to move logic out of components. This skill makes your Vue work faster and more reliable.

Add Vue Best Practices skill to your workflow

Global

mkdir -p ~/.claude/skills/vue-best-practices

Project

mkdir -p .claude/skills/vue-best-practices

Source Repository

Stars
2,641
Forks
154
Watchers
2,641
License
MIT
Last Push
2 months ago
Created
6 months ago