Ross ROSS = Recommend OSS · open-source software intelligence for agents

vuex-orm/vuex-orm

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store. observed · 2026-08-28

github.com/vuex-orm/vuex-orm · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
vuex-orm/vuex-ormmain23

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