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-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.

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: