mrspark:vue

v1.0.1Published 8 months ago

Vue integration for Meteor

Compatibility: Vue 1.x, Vue 2.x

Declarative subscriptions and meteor reactive data (subscriptions, collections, tracker...)

Example project

Installation

meteor add mrspark:vue

This will also update your package.json to include vue. If you want to use Vue 2.x, install it manually:

meteor npm install --save vue@^2.0.3

Usage

See vue-meteor-tracker documentation.


Next steps


LICENCE ISC - Created by Guillaume CHAU (@Akryum)