In this tutorial, we’re going to learn how to create server-side rendered applications by using Nuxt.js.
learn more about the Nuxt project structure
learn more about the Nuxt custom configuration options
The assets directory contains your un-compiled assets such as Stylus or Sass files, images, or fonts.
You will spend most of your time working in this directory to create pages for your Nuxt app.
Layouts are the backbone of Nuxt Pages and components helping to change the look and feel of your nuxt app.