# davestewart/vuex-pathify

Vue / Vuex plugin providing a unified path syntax to Vuex stores

Repository: https://github.com/davestewart/vuex-pathify
Canonical: https://ross.abutalabs.com/products/vuex-pathify
Homepage: https://davestewart.github.io/vuex-pathify
Language: JavaScript
License: MIT
License Family: permissive
Topics: vuex, vuejs, state-management, utility, vue, vue-plugin
Last push: 2022-03-20T15:01:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3102, "days_push": 1627, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1358, forks 53 (observed 2026-08-28T04:04:29.656915+00:00)

## What it is
A Vue/VVuex plugin that provides a unified declarative path syntax for reading and writing Vuex store state, including sub-properties and modules. It eliminates Vuex boilerplate with helpers like get, sync, and make for one-liner component-to-store wiring.

## Use cases
- reduce vuex boilerplate in vue apps
- two-way bind vue components to vuex store state
- access nested store properties with a path syntax
- auto-generate vuex mutations from state
- wire multiple store properties to computed props
- simplify vuex setup in nuxt projects

## When to choose
- you use Vue 2 or Vue 3 with Vuex and want less store boilerplate
- you want declarative one-liner bindings between components and store
- you frequently access deeply nested store state from components

## When to avoid
- you use Pinia or another state library instead of Vuex
- you prefer explicit, verbose Vuex mutations and actions
- your team avoids magic abstractions over store internals

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, plugin-system
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: vuex, vue, vue-plugin, path-syntax, store-wiring, boilerplate-reduction, nodejs

## Member repositories
- davestewart/vuex-pathify (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:29.656915+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:45.684057+00:00, confidence not recorded.
  - readme: https://github.com/davestewart/vuex-pathify (fetched 2026-08-28T04:04:29.656915+00:00, sha 37d7d1b8a591)
  - homepage: https://davestewart.github.io/vuex-pathify (fetched 2026-08-29T12:00:06.013576+00:00, sha 23992094857d)
  - registry_npm: https://registry.npmjs.org/vuex-pathify (fetched 2026-08-29T12:00:06.022573+00:00, sha 732cf8b3e3aa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
