championswimmer/vuex-module-decorators
TypeScript/ES7 Decorators to create Vuex modules declaratively 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
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
- readme: https://github.com/championswimmer/vuex-module-decorators · fetched 2026-08-28 · f82bd0b49c8c
- homepage: https://championswimmer.in/vuex-module-decorators/ · fetched 2026-08-29 · 64d1345f6919
- site_page: https://championswimmer.in/vuex-module-decorators/pages/installation.html · fetched 2026-08-29 · f46a09fea7df
- site_page: https://championswimmer.in/vuex-module-decorators/pages/getting-started.html · fetched 2026-08-29 · 0addaa092064
- registry_npm: https://registry.npmjs.org/vuex-module-decorators · fetched 2026-08-29 · 193771473179
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| championswimmer/vuex-module-decorators | main | 23 |
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