Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuex-orm/vuex-orm-examples
The example application to demonstrate the use case of the Vuex ORM.
https://github.com/vuex-orm/vuex-orm-examples
examples orm vue vuex vuex-orm vuex-plugin
Last synced: about 1 month ago
JSON representation
The example application to demonstrate the use case of the Vuex ORM.
- Host: GitHub
- URL: https://github.com/vuex-orm/vuex-orm-examples
- Owner: vuex-orm
- Created: 2018-01-14T13:06:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:51:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:04:27.574Z (9 months ago)
- Topics: examples, orm, vue, vuex, vuex-orm, vuex-plugin
- Language: Vue
- Size: 4.42 MB
- Stars: 127
- Watchers: 2
- Forks: 44
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuex ORM Examples
The example application to demonstrate the use case of the [Vuex ORM](https://github.com/revolver-app/vuex-orm). It's a simple ToDo application which can add assignee to each todo. You can see how Vuex ORM connects those two models – Todo and Assignee – and how to create, edit and delete them.
![Vuex ORM Example](screenshot.png)
## Running The Example
Clone this repository and then run following commands.
```bash
$ npm install
$ npm run serve# Or with yarn.
$ yarn install
$ yarn serve
```Then you can access http://localhost:3000 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, please open an issue, or pull request :tada: