README
@sigi/vue
Install
yarn install @sigi/{vue,core,di}
Usage
reactive API
reactive(EffectModule, VueComponentOptions)
All the states and dispatch props in the EffectModule will be mixed into VueComponentOptions. And you can use them in methods, LifeCycles and watch handlers.