Vue and Meteor integration

July 19, 2017 ยท View on GitHub

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