Introduction to NuxtJS

Get acquainted with NuxtJS and learn about setting up the configuration file for a Nuxt project.

The Nuxt framework combines all the benefits of the Vue front-end library with the benefits of server-side rendering.

The SPA below renders a simple Nuxt page that shows the text “Hello World” at the center of the browser’s screen. Notice how the App.vue component has the same definition ...