community-jazz-vue
v0.20.10
Published
Vue bindings for Jazz (see [jazz.tools](https://jazz.tools)), a framework for distributed state.
Readme
community-jazz-vue
Vue bindings for Jazz (see jazz.tools), a framework for distributed state.
Quick Start
1. Install
npm install community-jazz-vue2. Use Jazz Inspector
<template>
<JazzInspector position="bottom-right" />
</template>
<script setup>
import { JazzInspector } from 'community-jazz-vue/inspector'
</script>