ktsn/vuex-class
Binding helpers for Vuex and vue-class-component observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3518
- days_rel: n/a
- days_push: 2151
- n_releases_24m: 0
Adoption not part of the score
1705 stars · 84 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vuex-class provides TypeScript decorator-based binding helpers that connect Vuex store state, getters, actions, and mutations to Vue class components built with vue-class-component. It lets developers declare store bindings declaratively with decorators like @State, @Getter, @Action, and @Mutation, including namespaced module support.
Use cases
- bind vuex state to vue class components with decorators
- use vuex getters in typescript vue components
- access namespaced vuex modules in class-based components
- dispatch vuex actions from vue class component methods
- commit vuex mutations using decorators
- write vue 2 components with class syntax and typed store bindings
When to choose
- you use Vue 2 with vue-class-component and want decorator-based Vuex bindings
- you want concise, declarative store access in class-style TypeScript components
- you need namespaced module bindings without verbose mapState/mapGetters calls
When to avoid
- you use Vue 3 with the Composition API or Pinia
- you prefer Options API with mapState/mapGetters helpers
- you need a library under active development - the project has not released since 2020
Facets
library · maturity maintenance
state-management middleware frontend web-development developer-tools vue vuex typescript-decorators class-components vue2 nodejs web-server
2 sources
- readme: https://github.com/ktsn/vuex-class · fetched 2026-08-28 · a1eb45c00a98
- registry_npm: https://registry.npmjs.org/vuex-class · fetched 2026-08-29 · 12dff5e82df0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ktsn/vuex-class | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem