A collection of Vuex helper methods. You can import individual functions, import sets of functions by category (getters, mutations, actions) or the entire package (vuexHeman). There are two types of helper functions: factories and normal function. Factories take in some setup data and return a function or a set of functions. Normal function can just be assigned.
Example
import {crudContainer} from "vuex-heman";
import {getters, mutations, actions} from "vuex-heman";
import {vuexHeman} from "vuex-heman";