maoberlehner/vuex-map-fields
Enable two-way data binding for form fields saved in a 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: 3172
- days_rel: n/a
- days_push: 1039
- n_releases_24m: 0
Adoption not part of the score
1398 stars · 80 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Vue.js library that enables two-way data binding for form fields stored in a Vuex store. It generates computed properties with getter and setter functions so inputs can use v-model without directly mutating the store.
Use cases
- bind form inputs to vuex store with v-model
- manage form state in vuex without mutating store directly
- map nested form fields to vuex state
- sync multi-field forms with vuex getters and mutations
- reduce boilerplate for vuex form bindings
When to choose
- you use Vue 2 with Vuex and want clean v-model bindings to store state
- you have many form fields and want to avoid writing getter/setter computed properties manually
- your form state includes nested objects or arrays
When to avoid
- you use Vue 3 with Pinia, which handles this natively
- your forms are simple and local component state suffices
- you need a solution actively developed for modern Vue ecosystems
Facets
library · maturity maintenance
state-management form-handling frontend web-development browser vue vuex two-way-data-binding forms nodejs
2 sources
- readme: https://github.com/maoberlehner/vuex-map-fields · fetched 2026-08-28 · 6bbbd9b3ef01
- registry_npm: https://registry.npmjs.org/vuex-map-fields · fetched 2026-08-29 · 5aeacfa47d5f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maoberlehner/vuex-map-fields | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="maoberlehner/vuex-map-fields")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem