vueuse/vueuse
Collection of essential Vue Composition Utilities for Vue 3 observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 98
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15.0
- age_days: 2454
- days_rel: 36
- days_push: 14
- n_releases_24m: 31
Adoption not part of the score
22331 stars · 2930 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
VueUse is a collection of 200+ essential Vue 3 Composition API utility functions written in TypeScript. It provides tree-shakeable, SSR-friendly composables for state, browser APIs, sensors, network, animation, and more.
Use cases
- reactively persist state in localStorage in a Vue 3 app
- track mouse position or element size reactively
- detect dark mode preference in Vue
- make elements draggable or create drop zones
- share global state across Vue components with composables
- track document visibility and element visibility reactively
When to choose
- you are building a Vue 3 application and want battle-tested composables instead of writing your own
- you need tree-shakeable utilities so you only bundle what you use
- you want TypeScript-first utilities with strong typing and docs
- you need SSR-friendly reactivity helpers for Nuxt or server-rendered apps
When to avoid
- you are using Vue 2 (use VueUse v11.x or another library)
- you are building with React, Svelte, or another non-Vue framework
- you need a full state management solution like Pinia rather than small composables
Facets
library · maturity stable
state-management developer-tools ui-components frontend web-development developer-tools browser vue vue3 composables composition-api typescript reactivity tree-shakeable ssr-friendly nodejs web-server
3 sources
- readme: https://github.com/vueuse/vueuse · fetched 2026-08-28 · 8502d71a0f6c
- homepage: https://vueuse.org · fetched 2026-08-29 · 6326e5c369af
- site_page: https://vueuse.org/functions · fetched 2026-08-29 · 2d4a0e543b6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vueuse/vueuse | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem