Nuxt.js is a Vue framework for building static and server-side rendered sites. This mission will walk you through the essentials of building a Nuxt.js site from the ground up.

Learn the essentials for how to build and deploy a Nuxt site!
Nuxt.js is a Vue framework for building static and server-side rendered sites. This mission will walk you through the essentials of building a Nuxt.js site from the ground up.
Take the course for free on Jamstack Explorers
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.