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

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

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
```