Vuex ORM

Vuex ORM Plugin: vuex-orm-crud

Vuex-ORM (opens new window) brings Object-Relational Mapping to the Vuex Store. @wgr-sa/vuex-orm-crud lets you communicate with RESTful backends.

The plugin extends the basic model of Vuex-ORM with some helful functions to make CRUD operations such as save, get, paginate, update, delete.

You no longer need to access your http client manually. All the communication happens thru the enhanced Vuex-ORM models.

# TODO

  • doc improvements + vue press 🙏
  • tests
  • add skills
  • and more