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!

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