@zorm-ts/vue
v0.2.3
Published
Vue integration for zorm
Maintainers
Readme
@zorm-ts/vue
Vue integration for zorm, providing reactivity support.
Installation
npm install @zorm-ts/vueUsage
import zorm from '@zorm-ts/vue'
app.use(zorm)
// Use in your Vue components
const users = computed(() => userQuery.query().get()) // Will be reactive!License
MIT
