Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AngusFu/wepy-plugin-rxjs

A wepy plugin for patching RxJS
https://github.com/AngusFu/wepy-plugin-rxjs

Last synced: 3 months ago
JSON representation

A wepy plugin for patching RxJS

Awesome Lists containing this project

README

        

# wepy-plugin-rxjs

A wepy plugin for patching RxJS for [wepy](https://github.com/Tencent/wepy) project.

## Install

```
npm install --save wepy-plugin-rxjs
# OR
yarn add --dev wepy-plugin-rxjs
```

## Configuration

Append following code in your `wepy.config.js`:

```
module.exports.plugins = module.exports.plugins || {}
module.exports.plugins.rxjs = {}
```

## Related
- [#794](https://github.com/Tencent/wepy/issues/794)
- [#308](https://github.com/Tencent/wepy/issues/308)
- [WePY项目中使用RxJS](https://github.com/Tencent/wepy/wiki/WePY%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8RxJS)