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

refactor(vue-tutorial): move Meteor tutorial to vue3 #23

Closed
wants to merge 28 commits into from

Conversation

vit0rr
Copy link

@vit0rr vit0rr commented Jul 14, 2023

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

  • step01
  • step02
  • step03
  • step04
  • step05
  • step06
  • step07
  • step08
  • step09
  • step10
  • step11
  • step12

Documentation (markdown)

  • step01
  • step02
  • step03
  • step04
  • step05
  • step06
  • step07
  • step08
  • step09
  • step10
  • step11
  • step12
  • step13
Screen.Recording.2023-08-02.at.12.28.12.mov

@vit0rr vit0rr self-assigned this Jul 14, 2023
@vit0rr vit0rr added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 14, 2023
@vit0rr vit0rr linked an issue Jul 14, 2023 that may be closed by this pull request
@vit0rr vit0rr marked this pull request as draft July 14, 2023 13:32
@vit0rr vit0rr marked this pull request as ready for review July 28, 2023 19:33
@vit0rr vit0rr requested a review from Grubba27 July 28, 2023 19:33

```
meteor create --vue-2 simple-todos-vue --prototype
meteor create --vue simple-todos-vue --prototype
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

@Grubba27 Grubba27 left a 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

Copy link
Member

@henriquealbert henriquealbert left a 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

@vit0rr
Copy link
Author

vit0rr commented Aug 11, 2023

I think that we can close this PR since it is moved to meteor/vue3-tutorial#2

@vit0rr vit0rr closed this Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question: Create tutorial for Vue 3 (Composition API)
3 participants