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.
- Host: GitHub
- URL: https://github.com/vuex-orm/vuex-orm-playground
- Owner: vuex-orm
- Created: 2019-06-25T08:13:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:08:52.000Z (over 2 years ago)
- Last Synced: 2025-01-20T21:48:48.766Z (5 months ago)
- Topics: vue, vuex, vuex-orm
- Language: JavaScript
- Size: 2.81 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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: