Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AngusFu/wepy-plugin-rxjs
- Owner: AngusFu
- License: mit
- Created: 2018-03-22T09:21:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T02:50:46.000Z (over 5 years ago)
- Last Synced: 2024-10-29T20:57:37.210Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wepy - wepy-plugin-rxjs: wepy项目使用rxjs
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)