Summary documentation
Installation
Install Epps package and configure the pluginUsage
Define an EppsStore and use it in a componentfunctions
Function createPlugin
Allows you to configure the Epps plugin and add it to Pinia.Function defineEppsStore
Define an extended and persised storeFunction extendedState
Used to extend parent stores and adding persistence options.Function getParentStoreMethod
Used to retrieve the function of a parent storeFunction getParentStorePropertyValue
Used to retrieve the value of one of the parent store's state properties.
types
Type EppsStore
Extented and persisted store typeInterface ExtendedState
Defines the structure of the extended state returned by the extendedState function.Interface ExtendedStateOptions
Defines the optional configuration for the "extendedState" function.Type ExtendedStore
Extented store typeInterface PersistedState
Defines the structure of a persisted state.Interface PersistedStore
Defines methods of a persisted store.
Testing
Test Stores using Epps pluginstores