@stringke/sigi-vue

Sigi framework binding for VueJS

Usage no npm install needed!

<script type="module">
  import stringkeSigiVue from 'https://cdn.skypack.dev/@stringke/sigi-vue';
</script>

README

@stringke/sigi-vue

Sigi documents

Install

yarn install @stringke/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.