vuex-orm-cordova
Vuex-ORM Plugin to sync the data against a Cordova SQLite DB using localforage.
Vuex-ORM Plugin to sync the data against a Cordova SQLite DB using localforage.
Vuex-ORM Plugin to sync the data against your own implementation of the request() on Model.
Based on @vuex-orm/plugin-axios, For myself useing, do some little differentiation. Thanks https://github.com/vuex-orm/plugin-axios
Vuex-ORM Plugin to sync the data against a GraphQL API via Apollo.
Vuex-ORM Plugin to sync the data against a RESTful API.
Vue + Vuex ORM and client for any json:api server. Highly inspired by Laravel Eloquent and optimized for large project use cases.
map backend validations to errors objects for models
Vuex ORM plugin for adding smooth integration with axios.
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store. Personal fix edition.
Allow to get data from the registered model in the vuex-orm store entities or to fetch it by an api call
This plugin allow you to perform grpc call from your vuex orm models
Fork of Vuex ORM plugin for adding smooth integration with axios. Fork is needed because the highest version we can use is 0.9.1 but that version was dependent on a axios version with multiple vulnerabilities.
Vue plugin adding layers of ORM (ModelsStore, Model, Relation, Query), Api (+mocks), Validation (Field validator)