Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-vuex-orm
A curated list of awesome things related to Vuex ORM.
https://github.com/vuex-orm/awesome-vuex-orm
Last synced: 3 days ago
JSON representation
-
Plugins
- Vuex ORM Axios - The plugin to sync the store against a RESTful API through [axios](https://github.com/axios/axios).
- Vuex ORM Search - The plugin adds a `search()` method to filter records using fuzzy search logic from the [Fuse.js](http://fusejs.io).
- Vuex ORM Change Flags - Vuex ORM plugin for adding IsDirty / IsNew flags to model entities.
- Vuex ORM Soft Delete
- Vuex ORM LocalForage - The plugin to sync the store against an IndexedDB database using [LocalForage](https://github.com/localForage/localForage).
- Vuex ORM Sugar - The plugin that provides some syntactic sugar on top of VuexORM.
- Vuex ORM GraphQL - The plugin to sync the data against a [GraphQL](https://graphql.org) API.
-
Libraries
- JSON:API Response Converter - Normalize your JSON:API response into Vuex ORM compatible structure.
-
Examples
- 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.
-
Resources
- 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の使い方とチュートリアル。
- A Quick Intro to Vuex ORM - How to, and why you should be using Vuex ORM.
- Vuexでリレーションを持った複雑なデータ構造を上手く扱うには - Vuex ORMが生まれた理由と使いかた。
- DBをフロントに持てる!Vuex-ORM環境構築と動作確認 - Vuex ORMの導入からセットアップまで。
- Vuex ORMとvuex-persistedstateの連携で半永続的データベースに! - persistedstateの連携について。
- Front-endで組み立てる、マイクロサービスでのVuexを使ったデータリレーション管理 - 複数のバックエンドが独自のDBを持っている時、フロントエンドでそのリレーションを組み立てるちょっと便利なVuex ORMの使いかた。
-
Videos
- Getting Started Video Series - A full, beginner to advanced Vuex ORM video series by [Luke Diebold](https://github.com/ldiebold).
-
Community
Programming Languages
Categories
Sub Categories