Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuex-orm/awesome-vuex-orm
A curated list of awesome things related to Vuex ORM.
https://github.com/vuex-orm/awesome-vuex-orm
List: awesome-vuex-orm
vue vuex vuex-orm
Last synced: 2 months ago
JSON representation
A curated list of awesome things related to Vuex ORM.
- Host: GitHub
- URL: https://github.com/vuex-orm/awesome-vuex-orm
- Owner: vuex-orm
- Created: 2018-10-04T10:39:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T13:41:04.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T05:55:37.768Z (3 months ago)
- Topics: vue, vuex, vuex-orm
- Homepage:
- Size: 36.1 KB
- Stars: 53
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - vuex-orm/awesome-vuex-orm - A curated list of awesome things related to Vuex ORM. (vue)
README
Awesome Vuex ORM
A curated list of awesome things related to Vuex ORM.
## Plugins
- [Vuex ORM Axios](https://github.com/vuex-orm/plugin-axios) - The plugin to sync the store against a RESTful API through [axios](https://github.com/axios/axios).
- [Vuex ORM GraphQL](https://github.com/vuex-orm/vuex-orm-graphql) - The plugin to sync the data against a [GraphQL](https://graphql.org) API.
- [Vuex ORM Search](https://github.com/vuex-orm/plugin-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](https://github.com/vuex-orm/plugin-change-flags) - Vuex ORM plugin for adding IsDirty / IsNew flags to model entities.
- [Vuex ORM Soft Delete](https://github.com/vuex-orm/plugin-soft-delete) – Vuex ORM plugin for adding soft delete feature to model entities.
- [Vuex ORM LocalForage](https://github.com/eldomagan/vuex-orm-localforage) - The plugin to sync the store against an IndexedDB database using [LocalForage](https://github.com/localForage/localForage).
- [Vuex ORM Sugar](https://www.npmjs.com/package/vuex-orm-sugar) - The plugin that provides some syntactic sugar on top of VuexORM.## Libraries
- [JSON:API Response Converter](https://github.com/guillaumebriday/json-api-response-converter) - Normalize your JSON:API response into Vuex ORM compatible structure.
## Examples
- [Vuex ORM Examples](https://github.com/vuex-orm/vuex-orm-examples) - The example application to demonstrate the use case of the Vuex ORM.
- [Vuex ORM Examples Nuxt](https://github.com/vuex-orm/vuex-orm-examples-nuxt) - The example Nuxt application to demonstrate the use case of the Vuex ORM.
- [Vuex ORM Axios Example Nuxt](https://github.com/guillaumebriday/todolist-frontend-nuxt) - Real world Nuxt application with Vuex ORM and its Axios plugin.## Videos
- [Getting Started Video Series](https://www.vuetiful.life/advanced/vuex-orm/) - A full, beginner to advanced Vuex ORM video series by [Luke Diebold](https://github.com/ldiebold).
## Resources
- [A Quick Intro to Vuex ORM](https://vuejsdevelopers.com/2019/04/29/vuex-orm-quick-intro) - How to, and why you should be using Vuex ORM.
- [Vue \<3 GraphQL](https://dev.to/phortx/vue-3-graphql-kj6) - Introduction to the Vuex ORM GraphQL plugin.
- [vuejsでのSPA開発をより快適にするvuex-orm](https://tech.basicinc.jp/articles/136) - Vuex ORMの使い方とチュートリアル。
- [Vuexでリレーションを持った複雑なデータ構造を上手く扱うには](https://qiita.com/kiaking/items/bcd5360fb3106cf22a81) - Vuex ORMが生まれた理由と使いかた。
- [DBをフロントに持てる!Vuex-ORM環境構築と動作確認](https://qiita.com/YaCpotato/items/b51384652659a400a2b9) - Vuex ORMの導入からセットアップまで。
- [Vuex ORMとvuex-persistedstateの連携で半永続的データベースに!](https://qiita.com/YaCpotato/items/6a3651a8c73ac81c4cd9) – Vuex ORMとvuex-persistedstateの連携について。
- [Front-endで組み立てる、マイクロサービスでのVuexを使ったデータリレーション管理](https://qiita.com/kiaking/items/1cb4ea1b91f35532508b) - 複数のバックエンドが独自のDBを持っている時、フロントエンドでそのリレーションを組み立てるちょっと便利なVuex ORMの使いかた。## Community
- [Slack](https://join.slack.com/t/vuex-orm/shared_invite/enQtNDQ0NjE3NTgyOTY2LTc1YTI2N2FjMGRlNGNmMzBkMGZlMmYxOTgzYzkzZDM2OTQ3OGExZDRkN2FmMGQ1MGJlOWM1NjU0MmRiN2VhYzQ)