DEV Community

Youssef Abdulaziz
Youssef Abdulaziz

Posted on

1

Why Nuxt When Vue?

My head has been allover for a few days, currently learning VueJs and stumbled upon NuxtJs. I`m kinda confused what is Nuxt and why when we have Vue.

Top comments (2)

Collapse
 
joshistoast profile image
Josh Corbett

Building a Nuxt app is basically building a Vue app with lots of extra features like SSR, auto component imports, seo, etc. Read the docs for more info.

Collapse
 
jeromche profile image
Jeroen van der Tuin

Because it has a complete app directory structure with lots of thing preconfigured and it has static site generation.

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay