I want to learn Vue.js !

Hey there ! I intend to learn Vue, I only know some intermediate level JS HTML and CSS. But while taking a peek at it I found myself lacking some concepts. So i’m wondering what I should learn before going into Vue, should I learn Node.js first ? What is it like to do what Vue does, and similar frameworks, whitout it ? Can you point me in a good direction to research or is JS, HTML, CSS enough for me to get started ?

JS, HTML, and CSS should be good enough. Vue is similar to React in that it makes DOM updates really fast. It is different than React because it is more lightweight and doesn’t require you to re-architect your app too much to actually use it.

:slight_smile:

1 Like