vue-meteor-demo
vue-meteor-demo copied to clipboard
Writing plugins and packages
I am using this demo. Clearly, excellent stuff what you have build! I would love to contribute and adapt some packages and plugins, that are not working out of the box (I guess because the Meteor+Vue Integration).
Such is the case for packages like this:
- https://github.com/MoePlayer/vue-aplayer After loading the component in the APP, a reference err: window is not defined, comes up. I didn't debugged yet, but have my clues why it should be happening.
Any readings/insights, on how we can make packages that are stables for Meteor+Vue? Any of your packages that follows a common pattern into registering and being compatible with M+V, to learn from?
Cheers.