vuex-orm / vuex-orm-playground

Vue CLI based template for playing around with Vuex ORM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🎉

About

Vue CLI based template for playing around with Vuex ORM.


Languages

Language:JavaScript 64.6%Language:HTML 32.6%Language:Vue 2.8%