vue-supply icon indicating copy to clipboard operation
vue-supply copied to clipboard

Vue2 + Meteor Client Bundler

Open alexandesigner opened this issue 7 years ago • 2 comments

@Akryum .. again thank you for the excellent packages!

I am working on a Vue2 (client) + Meteor (server) stack with Meteor Client Bundler and would like to know how I could subscribe to the data with reactivity? Any idea?

I thought maybe I could use the meteor-vue-tracker with the vue supply, but I'm not sure the compatibility and I can share a reproduce.

alexandesigner avatar Jun 17 '17 13:06 alexandesigner

I used the tracker but I'm not sure what the reactivity .. I close this question because I think at that moment the focus is not that .. But only a doubt the idea itself of vue-supply is similar to the react-meteor-data?

alexandesigner avatar Jun 22 '17 11:06 alexandesigner

A supply is actually a vue component, so you can use meteor-vue-tracker inside it. The readme have an example of this: Supply with Meteor methods. The next step is to think about where your supply will be used, either inside a component or to sink data into vuex.

monocursive avatar Jun 24 '17 07:06 monocursive