0.0.3 • Published 6 years ago

jsorm-vue v0.0.3

Weekly downloads
11
License
MIT
Repository
-
Last release
6 years ago

jsorm-vue

Vue bindings for JSORM.

You'll only need this when opting-in to the sync = true feature - it ensures instances no longer referenced by the framework still get garbage collected.

Usage

const { JSORMVue } = require('jsorm-vue')
Vue.use(JSORMVue)

That's it! Use jsorm as normal.