Conversation
Created a new VueJS.md that focus on learning VueJS from a beginner perspective.
varun6531
left a comment
There was a problem hiding this comment.
Overall, the commit adds a good starting point for learning VueJS and can be useful for beginners to get familiar with VueJS and its components. You could potentially improve this document by staging the following changes:
-
Possibly add some more information to the introduction section about what VueJS is and its benefits, such as its reactivity system and the ability to use templates for component composition.
-
Provide a brief summary of each documentation and video tutorial link and explain what each resource covers, so users can quickly determine which one to use based on their learning goals.
| @@ -0,0 +1,36 @@ | |||
| ### 0. Preqrequisites | |||
There was a problem hiding this comment.
Typo; change "Preqrequisites" to Prerequisites
There was a problem hiding this comment.
Also add a resource link to Tech_Stacks.md
Created a new VueJS.md that focus on learning VueJS from a beginner perspective.