Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
The example Nuxt application to demonstrate the use case of the Vuex ORM.
- Host: GitHub
- URL: https://github.com/vuex-orm/vuex-orm-examples-nuxt
- Owner: vuex-orm
- Created: 2018-10-25T10:20:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:46:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:04:27.440Z (7 months ago)
- Topics: examples, nuxt, orm, vue, vuex, vuex-orm, vuex-plugin
- Language: Vue
- Size: 1.99 MB
- Stars: 69
- Watchers: 1
- Forks: 21
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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: