vuex-plugin topic

List vuex-plugin repositories

vuex-orm

2.4k
Stars
167
Forks
Watchers

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

plugin-axios

361
Stars
52
Forks
Watchers

Vuex ORM persistence plugin to sync the store against a RESTful API.

plugin-graphql

228
Stars
53
Forks
Watchers

Vuex ORM persistence plugin to sync the store against a GraphQL API.

vuex-orm-next

192
Stars
11
Forks
Watchers

The next iteration of Vuex ORM.

vuex-orm-examples

128
Stars
44
Forks
Watchers

The example application to demonstrate the use case of the Vuex ORM.

vuex-orm-examples-nuxt

70
Stars
21
Forks
Watchers

The example Nuxt application to demonstrate the use case of the Vuex ORM.

vuex-stores

62
Stars
2
Forks
Watchers

🗄 Store objects for Vuex, a simple and more fluid API for state-management.

vuex-orm-localforage

58
Stars
9
Forks
Watchers

Vuex ORM persistence plugin to sync the store against IndexedDB using localforage

vuex-typed-modules

35
Stars
8
Forks
Watchers

🧰 A VueX wrapper to fully type your modules without boilerplate!

vuex-handler

18
Stars
1
Forks
Watchers

Avoid try/catch and .catch() statements and globally handle successful and failed actions.