vue-best-practices

安装量: 37.1K
排名: #621

安装

npx skills add https://github.com/vuejs-ai/skills --skill vue-best-practices

Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1) Confirm architecture before coding (required) Default stack: Vue 3 + Composition API +

<script setup lang="ts"> . If the project explicitly uses Options API, load vue-options-api-best-practices skill if available. If the project explicitly uses JSX, load vue-jsx-best-practices skill if available. 1.1 Must-read core references (required) Show more Installs 10.9K Repository vuejs-ai/skills GitHub Stars 2.8K First Seen Jan 28, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
返回排行榜