-
Notifications
You must be signed in to change notification settings - Fork 305
Add vue.js to the guide #590
Comments
I think this is a great idea, it would be perfect if it was written by someone with experience running Vue + Meteor in production. |
I do like to create the article but it is not sufficient with akryum github page? Or do you want to create in Meteor tutorial? If yes, i will try to create tutorial like blaze example in tutorial. |
Creating a " Then once those are both figured out, then some "best practices" for the Guide could be born? |
I was thinking a super simple guide page that just lists how to get started could be a good initial step. IMO that's better than a tutorial because it is easier to update. I think the guide has two purposes: 1. Record best practices and 2. Document stuff that isn't strictly in meteor core. This falls under 2 for me. |
But I think an example app would be awesome as well. IMO a tutorial should wait until much later |
Any progress on that? |
@LukasNavickas If you're familiar with the process, and have time to contribute, we'd gladly review a contribution of this sort. |
@abernix I'm happy to build the tutorial for Vue, but i'm not even able to get it up and running locally :( |
Hey, I've been working on this and will finish it. Assign to me :-) |
Hey there, I put together a repo with a simple-todos for Vue using Meteor 1.8: https://github.com/MichaelJCole/simple-todo-vue Once the code's complete, I can package it up in to the Tutorial. It's almost working except for some reactivity when:
Delete and add work great. I hacked up a Blaze integration for accounts-ui similar to the React tutorial. I think Meteor is reactive, but it's not updating Vue correctly, or it's specifically the Vue v-for. Any suggestions on how to get the reactivity to work? Thanks in advance! |
@MichaelJCole I found your pull requests and cloned your code, start working on it and saw your comment now:
So are you going to finish it or should I finish? I have enough knowledge to create this tutorial but need to improve my skills in git. I think I can finish the tutorial in next weekend. But do not want to interfere with your plans. I see you had questions about reactivity. My blog can help you:
Now I have the following plan:
|
Hi there, I moved on from this and got swamped in something else.
If you are into it, go for it. Thanks for the blog link!
Michael
…On Sat, Feb 9, 2019 at 2:18 PM gustawdaniel ***@***.***> wrote:
@MichaelJCole <https://github.com/MichaelJCole> I found your pull
requests and cloned your code, start working on it and saw your comment now:
Hey, I've been working on this and will finish it. Assign to me :-)
*So are you going to finish it or should I finish?*
I have enough knowledge to create this tutorial but need to improve my
skills in git. I think I can finish the tutorial in next weekend. But do
not want to interfere with your plans.
I see you had questions about reactivity. If you want to finish then my
blog can help you:
***@***.***/communication-between-vue-components-in-meteor-29006be3dae9
Now I have the following plan:
- for me: read Pro Git book.
- for @MichaelJCole <https://github.com/MichaelJCole> decide if should
I add commits to your skeleton of tutorial and finish it or you want to do
it alone or are you going to collaborate on it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#590 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABb2FsYZqBfJ7Ob7gVNe2JSx2gR5PIMKks5vL0krgaJpZM4LP7Dt>
.
--
[email protected] - 360-292-0119
|
Confirmed. Please assign me to this issue. Estimated date of release: 9 March. Blocking task: understand how to manage the git repository to create a file in |
We have an article on Vue! Thanks to all who contributed https://guide.meteor.com/vue.html If you have ideas for improvements, you can comment on #950 |
Seeing the rapid adaption of vue.js, I'd love to see some best practices on it in the guide.
The text was updated successfully, but these errors were encountered: