Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 627 Bytes

wepy-plugin-rxjs

A wepy plugin for patching RxJS for 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