Nuxt.js Fundamentals (Nuxt 2)
🚧 PLEASE NOTE: An updated version of this course is available! see the Nuxt Fundamentals: Build Full-Stack Vue.js Apps course. This course is outdated!

What is Nuxt.js?

Nuxt.js is a framework for creating Vue.js applications. Its goal is to help Vue developers take advantage of top-notch technologies, fast, easy and in an organized way.

In this lesson, we talk about some of the awesome features Nuxt.js brings to the table:

  • SEO with Server Side Rendering (SSR)
  • Pre Rendering
  • Code Splitting

You do not need to know Nuxt.js to take this course, but you should know Vue.js. Check out our other courses if you want to learn Vue.js.