# Vuex ORM Axios

Vuex ORM Axios plugin adds smooth integration between API requests and Vuex ORM (opens new window) data persistence through the awesome axios (opens new window).

If you use axios with Vuex ORM, you may find handling requests can become an arduous and repetitive process. This plugin bridges Vuex ORM and axios and brings a unified process to perform requests and persist response data with ease.

// Example usage: fetch users and persist to store.
User.api().get('/api/users')

# Sponsors

Vuex ORM is sponsored by awesome folks. Big love to all of them from the whole Vuex ORM community πŸ’•

# Super Love Sponsors


Peter TΓ³th Mario Kolli Cannikan Andy Koch Dylan Copeland

# Big Love Sponsors


geraldbiggs Cue Kazuya Kawaguchi jShaf

# A Love Sponsors


George Chaduneli bpuig John mean-cj

# Table of Contents

# Questions & Discussions

Join us on our Slack Channel (opens new window) for any questions and discussions.

Although there is the Slack Channel, do not hesitate to open an issue (opens new window) 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.

# Plugins

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

You can find a list of awesome things related to Vuex ORM at Awesome Vuex ORM (opens new window).