Skip to content

The example Nuxt application to demonstrate the use case of the Vuex ORM.

Notifications You must be signed in to change notification settings

vuex-orm/vuex-orm-examples-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bcdcbd3 Â· Aug 29, 2020

History

22 Commits
Oct 25, 2018
Aug 29, 2020
Aug 29, 2020
Jul 23, 2019
Aug 29, 2020
Aug 29, 2020
Oct 25, 2018
Apr 5, 2019
Oct 25, 2018
Apr 5, 2019
Oct 25, 2018
Oct 25, 2018
Aug 29, 2020
Aug 29, 2020
Aug 29, 2020
Oct 25, 2018
Aug 29, 2020

Repository files navigation

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 🎉