Nuxt.js 3 Fundamentals
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Create a Nuxt App from Scratch

In this lesson, we use the Nuxt CLI called nuxi to bootstrap a brand new Nuxt app from scratch.

npx nuxi init [app-name-here]

Don’t let the boilerplate code fool you! It may be slim but that clean file structure packs some powerful features once you start adding in specially named directories.

Links

  • Chapter 1

Getting Started with Nuxt

NEXT CHAPTER
Routing in Nuxt