This example application demonstrates how Vuex ORM can be integrated with Nuxt. It's a simple ToDo application which can assign users to ToDo items. You will learn how Vuex ORM connects users with ToDo items and how easy it is to create, edit and delete both users and ToDo items.
Play on CodeSandbox or clone repository and run the following commands:
# NPM
npm install
npm run dev
# Yarn
yarn install
yarn dev
If you would like to make any contribution that may make this example application easier to understand for people who are new to Vuex ORM, please open an issue or pull request :tada: