/vuex-orm-playground

Vue CLI based template for playing around with Vuex ORM.

Primary LanguageJavaScript

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.

$ 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 🎉