vuex-plugin topic
vuex-orm
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
plugin-axios
Vuex ORM persistence plugin to sync the store against a RESTful API.
plugin-graphql
Vuex ORM persistence plugin to sync the store against a GraphQL API.
vuex-orm-next
The next iteration of Vuex ORM.
vuex-orm-examples
The example application to demonstrate the use case of the Vuex ORM.
vuex-orm-examples-nuxt
The example Nuxt application to demonstrate the use case of the Vuex ORM.
vuex-stores
🗄 Store objects for Vuex, a simple and more fluid API for state-management.
vuex-orm-localforage
Vuex ORM persistence plugin to sync the store against IndexedDB using localforage
vuex-typed-modules
🧰 A VueX wrapper to fully type your modules without boilerplate!
vuex-handler
Avoid try/catch and .catch() statements and globally handle successful and failed actions.