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.
Clone this repository and then run following commands.
$ npm install
$ npm run serve
# Or with yarn.
$ yarn install
$ yarn serve
Then you can access http://localhost:3000 to play with the app!
If you have any idea to make this playground better, please open an issue, or pull request 🎉