Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 850 Bytes

Vuex ORM Examples Nuxt

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.

Vuex ORM Nuxt Example

Running The Example

Play on CodeSandbox or clone repository and run the following commands:

# NPM
npm install
npm run dev

# Yarn
yarn install
yarn dev

Contribution

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 🎉