vuex-orm/vuex-orm
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3365
- days_rel: n/a
- days_push: 1362
- n_releases_24m: 0
Adoption not part of the score
2317 stars · 158 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Vuex ORM is a plugin for Vuex that enables Object-Relational Mapping access to the Vuex Store, letting you define normalized data schemas with relationships like 'Has One' and 'Belongs To Many'. It provides a fluent API to get, search, and update store state, inspired by Redux's normalizing state shape recipe.
Use cases
- manage relational data in a vuex store
- normalize nested api responses in vue app state
- define models with relationships in vuex
- query and filter normalized store data
- avoid duplicating entities across vuex modules
- handle has-many and belongs-to relations in frontend state
When to choose
- you use Vue 2 with Vuex and need structured, relational client-side state
- your app consumes nested API data that should be normalized in the store
- you want ORM-style models and relationships instead of raw Vuex modules
When to avoid
- you are starting a new project - the README recommends Vuex ORM Next instead
- you use Pinia or Vue 3, where Vuex ORM is not the standard approach
- you need a server-side or real database ORM - this only manages in-memory store state
Facets
library · maturity maintenance
orm state-management plugin-system frontend web-development databases browser vuex vue normalized-state typescript vuex-plugin nodejs javascript
4 sources
- readme: https://github.com/vuex-orm/vuex-orm · fetched 2026-08-28 · c2da544a8afe
- homepage: https://vuex-orm.org · fetched 2026-08-29 · 61129a9c2928
- site_page: https://vuex-orm.org/guide/prologue/installation.html · fetched 2026-08-29 · 79562dde554b
- site_page: https://vuex-orm.org/guide/prologue/getting-started.html · fetched 2026-08-29 · c508c962ef74
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vuex-orm/vuex-orm | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="vuex-orm/vuex-orm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem