Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuex-orm/vuex-orm-examples-ts
The example TypeScript application to demonstrate the use case of the Vuex ORM.
https://github.com/vuex-orm/vuex-orm-examples-ts
examples orm vue vuex vuex-orm
Last synced: about 4 hours ago
JSON representation
The example TypeScript application to demonstrate the use case of the Vuex ORM.
- Host: GitHub
- URL: https://github.com/vuex-orm/vuex-orm-examples-ts
- Owner: vuex-orm
- Created: 2020-04-01T09:20:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:53:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:04:27.694Z (7 months ago)
- Topics: examples, orm, vue, vuex, vuex-orm
- Language: Vue
- Size: 3.22 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuex ORM Examples TypeScript
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
$ 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: