/vuex-orm-next-examples-vite

The example application to demonstrate the use case of Vuex ORM Next. Using Vue 3, Vite, and Vuex 4.

Primary LanguageVueMIT LicenseMIT

Vuex ORM Next Examples

The example application to demonstrate the use case of the Vuex ORM Next. It's a simple ToDo application which can add assignee to each todo. You can see how Vuex ORM Next connects those two models – Todo and Assignee – and how to create, edit and delete them.

Vuex ORM Next Example

Running The Example

Clone this repository and then run following commands.

$ npm install
$ npm run dev

# Or with yarn.

$ yarn install
$ yarn dev

Then you can access http://127.0.0.1:5173 to play with the app!

Contribution

If you have any idea to make this example application easier to understand to people who are new to the Vuex ORM Next, please open an issue, or pull request 🎉