Nuxt.js 3 Fundamentals - Getting Started with Nuxt - 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