Vue integration for Meteor
Compatibility: Vue 1.x, Vue 2.x
Declarative subscriptions and meteor reactive data (subscriptions, collections, tracker...)
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
- Write your components in vue files
- Example project without blaze
- Example project with blaze
- Add routing to your app
- Add internationalization to your app
- Manage your app state with a vuex store
- Integrate apollo
LICENCE ISC - Created by Guillaume CHAU (@Akryum)