Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Nuxt.js Fundamentals

Create Nuxt App

Nuxt.js has an official scaffolding tool (create-nuxt-app), that you can use from your package manager.

In this lesson, we will use yarn to set up our new Nuxt.js project, with this command:

yarn create nuxt-app nuxt-fundamentals

You can also use npx (´npx´ is shipped by default since NPM ´5.2.0´)

npx create-nuxt-app nuxt-fundamentals