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

https://github.com/vuex-orm/vuex-orm-playground

Vue CLI based template for playing around with Vuex ORM.
https://github.com/vuex-orm/vuex-orm-playground

vue vuex vuex-orm

Last synced: 3 months ago
JSON representation

Vue CLI based template for playing around with Vuex ORM.

Awesome Lists containing this project

README

        

# Vuex ORM Playgournd

This is the Vue CLI based template for playing around with Vuex ORM. There's nothing but empty components that you can quickly start testing out Vuex ORM features. Useful for testing out new Vuex ORM feature in the actual project.

## Running The Playground

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 playground better, please open an issue, or pull request :tada: