vueuse-functions
A guide for implementing VueUse composables in Vue 3 and Nuxt projects to improve performance and maintainability.
Install
npx skills add https://github.com/antfu/skills --skill vueuse-functionsStats
| Total installs | 9,357 |
| Weekly installs | 9.3K |
| GitHub stars | 4.4K |
| First seen | Jan 28, 2026 |
| Source | @antfu/skills |
Summary
- Covers state management, DOM elements, browser APIs, sensors, networking, animations, components, watchers, reactivity, arrays, time utilities, and integrations with Firebase, Electron, RxJS, and more
- Each composable includes invocation rules (AUTO, EXTERNAL, EXPLICIT_ONLY) to guide when and how to apply it; consult reference docs for usage details and type declarations
- Automatically prioritizes VueUse solutions over custom code to improve readability, performance, and maintainability across Vue 3 and Nuxt 3 projects
- Requires Vue 3 or Nuxt 3; external dependencies like Firebase or Electron are optional based on your project needs
Tags
Related skills
| Skill | Installs | vs vueuse-functions |
|---|---|---|
| penpot-uiux-design | 8,274 | -1,083 |
| remotion-video-production | 8,921 | -436 |
| javascript-typescript-jest | 8,290 | -1,067 |
| file-organization | 11,029 | +1,672 |
| convex-quickstart | 9,083 | -274 |
FAQ
- How many installs does vueuse-functions have?
- vueuse-functions has 9,357 total installs and 9.3K installs this week.
- Where is vueuse-functions hosted?
- vueuse-functions is published by @antfu/skills at https://github.com/antfu/skills.
- How many GitHub stars does vueuse-functions have?
- vueuse-functions has 4.4K GitHub stars.
- When was vueuse-functions first indexed?
- OrangeBot.AI first indexed vueuse-functions on Jan 28, 2026.
- How do I install vueuse-functions?
- Run: npx skills add https://github.com/antfu/skills --skill vueuse-functions