Skip to main content
Back to the directory
antfu/skillsSoftware EngineeringFrontend and Design

vue

Vue 3 Composition API with script setup, reactivity system, and built-in components for single-file components.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
20

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/antfu/skills --skill vue
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, vue has 20 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: antfu/skills. Canonical URL: https://skills.sh/antfu/skills/vue.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Vue 3 Composition API with script setup, reactivity system, and built-in components for single-file components. Based on Vue 3.5. Always use Composition API with . - Use with TypeScript; leverage defineProps , defineEmits , defineModel , and other macros for type-safe component APIs - Core reactivity includes ref , shallowRef , computed , watch , watchEffect , and lifecycle hooks; prefer shallowRef when deep reactivity isn't needed - Built-in components cover Transition , Teleport , Suspense , KeepAlive , and directives like v-memo for advanced patterns - Always use Composition API over Options API; avoid reactive props destructuring to maintain reactivity - Prefer TypeScript over JavaScript - Prefer over - For performance, prefer shallowRef over ref if deep reactivity is not needed - Always use Composition API over Options API - Discourage using Reactive Props Destructure

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vue do?

Vue 3 Composition API with script setup, reactivity system, and built-in components for single-file components.

Is vue good?

vue does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support vue?

vue currently lists compatibility with Skills CLI.

Is vue safe to install?

vue has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to vue?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install vue?

Run the following command to install vue: npx skills add https://github.com/antfu/skills --skill vue

Related skills

More from antfu/skills

Related skills

Alternatives in Software Engineering