wepy-plugin-rxjs

March 22, 2018 · View on GitHub

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

  • #794
  • #308
  • WePY项目中使用RxJS

Contents

  1. 1Install
  2. 2Configuration
  3. 3Related