/meteor-integration

Vue integration with Meteor.

Primary LanguageJavaScript

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