Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue2 + Meteor Client Bundler #8

Open
alexandesigner opened this issue Jun 17, 2017 · 2 comments
Open

Vue2 + Meteor Client Bundler #8

alexandesigner opened this issue Jun 17, 2017 · 2 comments

Comments

@alexandesigner
Copy link

@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
Copy link
Author

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?

@monocursive
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants