The standard Vue 3 integration for Pulse.
npm install @pulse-js/vueusePulse returns standard Vue Ref or ComputedRef objects.
.value or unwrapping in templates just like native Vue signals.
bash
npm install @pulse-js/core @pulse-js/vue
`
Usage
$3
Map Pulse sources to Vue definitions.
`vue
`
$3
Guards are mapped to DeepReadonly Refs containing the full state.
`vue
Allowed: {{ state.value }}
Blocked: {{ state.reason }}
``