https://github.com/fiddlerwoaroof/vue-master-detail
A simple demo of integrating routedux with VueJS
https://github.com/fiddlerwoaroof/vue-master-detail
redux routedux vue
Last synced: 4 months ago
JSON representation
A simple demo of integrating routedux with VueJS
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/vue-master-detail
- Owner: fiddlerwoaroof
- Created: 2017-06-21T00:59:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T14:58:38.000Z (over 3 years ago)
- Last Synced: 2025-07-14T05:17:05.093Z (about 1 year ago)
- Topics: redux, routedux, vue
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# routedux-master-detail
> A Vue.js project
## 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
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).