Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Files

Latest commit

d913c41 · Aug 19, 2019

History

History
This branch is 316 commits behind vuex-orm/vuex-orm:master.

docs

Vuex ORM

Vuex ORM is a plugin for Vuex to enable Object-Relational Mapping access to the Vuex Store. Vuex ORM lets you create "normalized" data schema within Vuex Store with relationships such as "Has One" and "Belongs To Many" like any other usual ORM library. It also provides fluent API to get, search and update Store state.

Vuex ORM is heavily inspired by Redux recipe of "Normalizing State Shape" and "Updating Normalized Data". Learn more about the concept and motivation of Vuex ORM at What is Vuex ORM?.

Table Of Contents

Questions & Discussions

Join us on our Slack Channel for any questions and discussions.

Although there is the Slack Channel, do not hesitate to open an issue for any question you might have. We're always more than happy to hear any feedback, and we don't care what kind of form they are.

Examples

You can find example application built with Vuex ORM at;

Plugins

Vuex ORM can be extended via a plugin to add additional features. Here is the list of available plugins.

Resources

You may find a list of awesome things related to Vuex ORM at Awesome Vuex ORM.