An open API service indexing awesome lists of open source software.

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

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).