Vue.js + RxJS + VueRx example
See this example at https://vuejs-rxjs-example.firebaseapp.com
This example shows how to use Vue.js 2 with Rx.js and VueRx to make github simple search with pagination web application.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build