Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vuex-orm/vuex-orm-examples-nuxt

The example Nuxt application to demonstrate the use case of the Vuex ORM.
https://github.com/vuex-orm/vuex-orm-examples-nuxt

examples nuxt orm vue vuex vuex-orm vuex-plugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Vuex ORM Examples Nuxt

This example application demonstrates how [Vuex ORM](https://github.com/vuex-orm/vuex-orm) can be integrated with [Nuxt](https://nuxtjs.org/). 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](screenshot.png)

## Running The Example

[Play on CodeSandbox](https://codesandbox.io/s/github/vuex-orm/vuex-orm-examples-nuxt) or clone repository and run the following commands:

```bash
# 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 :tada: