Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue integration with Meteor.

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages