-
Notifications
You must be signed in to change notification settings - Fork 19
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
refactor(vue-tutorial): move Meteor tutorial to vue3 #23
Conversation
|
||
``` | ||
meteor create --vue-2 simple-todos-vue --prototype | ||
meteor create --vue simple-todos-vue --prototype |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
later on you ask the user to add autopublish package, you should either pass the --prototype
or ask the user to add the autopublish package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could change this
Maybe removing this --prototype
and later on asking the user for the autopublish and other package that you have already mentioned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asking the user to add autopublish
and insecure
sounds good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to see those changes before this becomes a new tutorial. And recommend asking @henriquealbert and @fredmaiaarantes for review in this PR as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the prototype part from the tutorial and also separate in 2 tutorials: vue2 and vue3
I think that we can close this PR since it is moved to meteor/vue3-tutorial#2 |
Hi!!
This PR is dedicated to refactoring every vue-tutorial to vue3. I'll also include a tutorial about prettier and eslint to vue get autosuggestion at IDE. Also, use Vue router, tailwindcss, and the newest version of MeteorJS.
And also using composition.
Issue ref.: #20
By the way, I'm learning vue during this process. So, if you note something that can be improved, please let me know.
Code
Documentation (markdown)
Screen.Recording.2023-08-02.at.12.28.12.mov