2.1.6 • Published 3 years ago

vue-path-store v2.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue-path-store npm.io npm.io npm.io

PathStore is a simple, lightweight, shared state management solution for Vue.
At its heart lays a simple reactive store, which uses the dot notation path syntax for data mutation.

It also comes with:

  • a Vuex plugin so that you can use dot notation along with the full power of Vuex (actions, getters, modules, devtools) as well.

  • a Pinia plugin so that you can use dot notation with your favorite fruity store.

Features

  • Lightweight, minified gzip size is < 1.5kb
  • Share state easily between components using either the object or composition API
  • Use dot (or bracket) notation for mutating state (set, delete)
  • Creates intermediate reactive object/array structures if not available while setting state
  • Avoid Vue change detection caveats
  • Extra methods for Array manipulation
  • Enhance Vuex with dot notation by utilizing the PathStore Vuex Plugin
  • Enhance Pinia with dot notation by utilizing the PathStore Pinia Plugin

Browsers support

IE / EdgeFirefoxChromeSafariOpera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

Click here for documentation and examples
https://vue-path-store.netlify.app/

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.3.0-beta.9

4 years ago

1.3.0-beta.8

4 years ago

1.3.0-beta.7

4 years ago

1.3.0-beta.6

4 years ago

1.3.0-beta.5

4 years ago

1.3.0-beta.4

4 years ago

1.3.0-beta.3

4 years ago

1.3.0-beta.2

4 years ago

1.3.0-beta.1

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago