Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@sigi/vue

Sigi documents

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.