nkb-vuex-helpers
v0.5.0
Published
Helper functions for reducing code in writing Vuex mutations and getters. Adapted for personal use from vuex-intern by Nick Baroni
Downloads
2
Readme
nkb-vuex-helpers
This is a library adapted and expanded from Vuex Intern by Nick Baroni for personal use. Uses curried functions to assist in common types of mutations and getters, substantially reducing the amount of code in the store.
Install
npm install --save-dev nkb-vuex-helpers
Usage
You can find individual usage examples in the README files in each folder: Getters and Mutators