Application Entry

To give you the full control of your application, Nuxt allows you to define your own application entry app.vue to start minimal (optional).

// TODO:

To get more capabilities of your Nuxt app, let's continue with the Routing section to learn how we can make our app multi-page.

Nuxt Concepts
In this chapter, we will cover the core concepts of Nuxt.
Routing
Back to index
Files
Editor
Initializing WebContainer
Mounting files
Installing dependencies
Starting Nuxt server
Waiting for Nuxt to ready
Terminal