Skip to content

acoshift/vue-rxjs-example

Repository files navigation

vue-rxjs-example

Vue.js + RxJS + VueRx example

See this example at 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

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build