vuejs:meteor-integration

v0.1.5Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Vue and Meteor integration

This Meteor package extends Vue components with support for Meteor.

Adding this package to your Meteor application adds to Vue components:

  • $autorun, a version of Tracker.autorun that is stopped when the component is destroyed
  • $subscribe, a version of Meteor.subscribe that is stopped when the component is destroyed
  • $subscriptionsReady returns true when all of the subscriptions called with $subscribe are ready

You have to use Tracker-enabled fork of Vue and fork of Tracker. See these instructions for more information.

Installation

meteor add vuejs:meteor-integration