@storix-js/vue
v0.1.1
Published
Vue 3 adapter for Storix.
Readme
@storix-js/vue
Vue 3 adapter for Storix.
Install
npm install @storix-js/core @storix-js/vue vueUsage
import { useStore } from '@storix-js/vue';
import { useCounterStore } from './store';
const counter = useStore(useCounterStore);The adapter subscribes inside the active Vue effect scope and invalidates through internal version tracking.
