Skip to content

Commit b5955b9

Browse files
committed
Readme
1 parent ce5077e commit b5955b9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@ Declarative subscriptions and meteor reactive data (subscriptions, collections,
88

99
## Installation
1010

11+
```
12+
npm install --save vue-meteor-tracker
13+
```
1114

12-
npm install --save vue-meteor-tracker
13-
14-
## Usage
15+
Install the plugin into Vue:
1516

1617
```javascript
1718
import VueMeteorTracker from 'vue-meteor-tracker';
1819
Vue.use(VueMeteorTracker);
1920
```
2021

22+
*Note: if you are using the Meteor [akryum:vue](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue) package, you don't need to install the plugin.*
23+
24+
## Usage
25+
2126
In your Vue component, add a `meteor` object :
2227

2328

0 commit comments

Comments
 (0)