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

championswimmer/vuex-module-decorators

TypeScript/ES7 Decorators to create Vuex modules declaratively observed · 2026-08-28

github.com/championswimmer/vuex-module-decorators · 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: 3047
  • days_rel: n/a
  • days_push: 1097
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1771 stars · 164 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TypeScript/ES7 decorator library for defining Vuex store modules as classes with strict compile-time type safety. It provides decorators like @Module, @Action, and @Mutation, plus getModule() for type-safe accessors.

Use cases

  • write vuex modules as typescript classes
  • get type-safe access to vuex state and mutations
  • use decorators to define vuex actions and mutations
  • create dynamic or namespaced vuex modules with autocomplete
  • avoid string-based mutation type errors in vue apps

When to choose

  • you use Vue 2/Vuex 3 with TypeScript and want class-based, type-checked store modules
  • you want compile-time errors when accessing nonexistent state fields or mutations
  • you prefer declarative decorators over plain object module syntax

When to avoid

  • you are starting a new project with Pinia, the official Vue store (Vuex is legacy)
  • your codebase is JavaScript-only without TypeScript or decorator transpilation
  • you need IE11 support without a Babel transpilation setup

Facets

library · maturity maintenance

state-management frontend-framework frontend web-development developer-tools browser cross-platform vuex vue typescript-decorators class-based-modules type-safety nodejs

5 sources

Member repositories

RepositoryRoleHealth v2
championswimmer/vuex-module-decoratorsmain23

For agents

markdown · JSON · MCP: product_card(name="championswimmer/vuex-module-decorators")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem