vueuse
Collection of 200+ essential Vue composition utilities for state, browser APIs, sensors, and network requests.
Install
npx skills add https://github.com/onmax/nuxt-skills --skill vueuseStats
| Total installs | 1,627 |
| Weekly installs | 1.6K |
| GitHub stars | 605 |
| First seen | Jan 20, 2026 |
| Source | @onmax/nuxt-skills |
Summary
- 200+ composables across 12 categories including state persistence, mouse tracking, keyboard input, network requests, animations, and array operations
- Auto-imports in Nuxt via @vueuse/nuxt module; manual imports required for Vue 3 standalone
- SSR-safe composables return sensible defaults on server; use isClient guard or onMounted wrapper for browser-only APIs
- Common patterns include useLocalStorage for persistence, useMouse for position tracking, refDebounced for value debouncing, and createSharedComposable for singleton instances
Tags
Related skills
| Skill | Installs | vs vueuse |
|---|---|---|
| code-review-pro | 1,751 | +124 |
| r3f-interaction | 1,486 | -141 |
| apollo-client | 1,631 | +4 |
| opentui | 1,777 | +150 |
| vue-development-guides | 1,549 | -78 |
FAQ
- How many installs does vueuse have?
- vueuse has 1,627 total installs and 1.6K installs this week.
- Where is vueuse hosted?
- vueuse is published by @onmax/nuxt-skills at https://github.com/onmax/nuxt-skills.
- How many GitHub stars does vueuse have?
- vueuse has 605 GitHub stars.
- When was vueuse first indexed?
- OrangeBot.AI first indexed vueuse on Jan 20, 2026.
- How do I install vueuse?
- Run: npx skills add https://github.com/onmax/nuxt-skills --skill vueuse