meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Could you double-check the Vue+Meteor documentation? #340

Closed MichaelJCole closed 4 years ago

MichaelJCole commented 5 years ago

Hi, I made a bunch of changes to the Vue+Meteor documentation.

Could you please take a look and PR where I made mistakes?

The page quickly builds Vue+Meteor app, but I couldn't get the SSR stuff working with it.

https://guide.meteor.com/vue.html https://github.com/meteor/guide/pull/931

Thanks! I'm stoked about Meteor and Vue :-)

chris-visser commented 5 years ago

I've just made another PR related to SSR. It might fix your issue. SSR works on my side. Which scenario are you trying? The one with async data or the simple one?

MichaelJCole commented 5 years ago

@chris-visser awesome! I remember the SSR stuff was theoretical and not tied to the example. Looking forward to it!

chris-visser commented 5 years ago

I saw that akryum has merged it. You might want to give it a try. If it doesnt work, can you share your code?

Also I have a boilerplate that does work with SSR. You might want to compare it with yours:

https://github.com/chris-visser/meteor-vue-boilerplate

MichaelJCole commented 5 years ago

Awesome! THANK YOU for looking into it. That repo might be a good start for the Vue tutorial. It fell off my list, but if you (or someone else is up for it), there's some more info here: https://github.com/meteor/guide/issues/590

chris-visser commented 5 years ago

Sure. I can write the tutorial. Problem is that I'm not able to get the tutorial site up and running.

Also there is now an open PR for the Vue guide

MichaelJCole commented 5 years ago

Hey Chris, I'm boarding a plane. In my repos is a Todo repo. There is an issue w/ reactivity though...

chris-visser commented 5 years ago

Will check it out. Thanks for notify