https://github.com/acoshift/vue-rxjs-example
Vue.js + RxJS + VueRx example
https://github.com/acoshift/vue-rxjs-example
example rxjs vue vue-rxjs vuejs2
Last synced: 7 months ago
JSON representation
Vue.js + RxJS + VueRx example
- Host: GitHub
- URL: https://github.com/acoshift/vue-rxjs-example
- Owner: acoshift
- Created: 2017-05-17T07:08:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T16:02:20.000Z (over 8 years ago)
- Last Synced: 2025-04-06T20:13:02.816Z (10 months ago)
- Topics: example, rxjs, vue, vue-rxjs, vuejs2
- Language: JavaScript
- Homepage: https://vuejs-rxjs-example.firebaseapp.com
- Size: 64.5 KB
- Stars: 39
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-rxjs-example
> Vue.js + RxJS + VueRx example
See this example at [https://vuejs-rxjs-example.firebaseapp.com](https://vuejs-rxjs-example.firebaseapp.com)
## Detail
This example shows how to use Vue.js 2 with Rx.js and VueRx to make github simple search with pagination web application.
## 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
```