https://github.com/aaronksaunders/vuex-orm-example2
Sample application using vuex-orm; Created with CodeSandbox
https://github.com/aaronksaunders/vuex-orm-example2
example-project javascript vue vuejs vuex vuex-orm
Last synced: about 1 month ago
JSON representation
Sample application using vuex-orm; Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/aaronksaunders/vuex-orm-example2
- Owner: aaronksaunders
- Created: 2018-04-25T13:53:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T14:32:55.000Z (about 8 years ago)
- Last Synced: 2025-01-21T20:11:21.621Z (over 1 year ago)
- Topics: example-project, javascript, vue, vuejs, vuex, vuex-orm
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/aaronksaunders/vuex-orm-example2
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuex-Orm Example
> A Vue.js project demonstrating the use of state management with relationships between store objects
- Using Bootstrapo Vue for UI [https://bootstrap-vue.js.org/](https://bootstrap-vue.js.org/)
- State Manegement with [vuex](https://vuex.vuejs.org/en/intro.html) and [vuex-orm](https://vuex-orm.github.io/vuex-orm/)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).