I would recommend you to start with vuejs.org/tutorial/
This tutorial includes building a simple todo list app. It will give you the very important basic knowledge. To level up you will need to read the whole guide. Once you are comfortable with Vue, learn Nuxt.js. Vue is the easiest js framework to start with. Other frameworks are very similar.
The mastery comes from solving complex problems, they didn't appear to me right away, only when I started building complex projects and started creating my components. Here I prepared a few challenges based on my experience.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I would recommend you to start with vuejs.org/tutorial/
This tutorial includes building a simple todo list app. It will give you the very important basic knowledge. To level up you will need to read the whole guide. Once you are comfortable with Vue, learn Nuxt.js. Vue is the easiest js framework to start with. Other frameworks are very similar.
The mastery comes from solving complex problems, they didn't appear to me right away, only when I started building complex projects and started creating my components. Here I prepared a few challenges based on my experience.