A curated list of awesome things related to Vuex ORM.
- Vuex ORM Axios - The plugin to sync the store against a RESTful API through axios.
- Vuex ORM GraphQL - The plugin to sync the data against a GraphQL API.
- Vuex ORM Search - The plugin adds a
search()
method to filter records using fuzzy search logic from the Fuse.js. - Vuex ORM Change Flags - Vuex ORM plugin for adding IsDirty / IsNew flags to model entities.
- Vuex ORM Soft Delete – Vuex ORM plugin for adding soft delete feature to model entities.
- Vuex ORM LocalForage - The plugin to sync the store against an IndexedDB database using LocalForage.
- Vuex ORM Sugar - The plugin that provides some syntactic sugar on top of VuexORM.
- JSON:API Response Converter - Normalize your JSON:API response into Vuex ORM compatible structure.
- 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 ORM Axios Example Nuxt - Real world Nuxt application with Vuex ORM and its Axios plugin.
- Getting Started Video Series - A full, beginner to advanced Vuex ORM video series by Luke Diebold.
- A Quick Intro to Vuex ORM - How to, and why you should be using Vuex ORM.
- Vue <3 GraphQL - Introduction to the Vuex ORM GraphQL plugin.
- vuejsでのSPA開発をより快適にするvuex-orm - Vuex ORMの使い方とチュートリアル。
- Vuexでリレーションを持った複雑なデータ構造を上手く扱うには - Vuex ORMが生まれた理由と使いかた。
- DBをフロントに持てる!Vuex-ORM環境構築と動作確認 - Vuex ORMの導入からセットアップまで。
- Vuex ORMとvuex-persistedstateの連携で半永続的データベースに! – Vuex ORMとvuex-persistedstateの連携について。
- Front-endで組み立てる、マイクロサービスでのVuexを使ったデータリレーション管理 - 複数のバックエンドが独自のDBを持っている時、フロントエンドでそのリレーションを組み立てるちょっと便利なVuex ORMの使いかた。