What is Nuxt?

Nuxt goal is to make web development intuitive and performant with a great developer experience in mind.

Why Nuxt?

To understand what is Nuxt, we need to understand what we need to create a modern application:

What is Nuxt? - 图1 A JavaScript framework to bring reactivity and web components, we chose Vue.js.

What is Nuxt? - 图2 A bundler to support hot module replacement in development and bundle your code for production, we support both webpack 5 and Vite.

What is Nuxt? - 图3 A transpiler to write the latest JavaScript syntax while supporting legacy browsers, we use esbuild for that.

What is Nuxt? - 图4 A server for serving your application in development, but also to support server-side rendering or API routes, Nuxt uses h3 for deployment versatility such as serverless, workers, Node.js and unmatched performance.

What is Nuxt? - 图5 A routing library to handle client-side navigation, we chose vue-router.

This is only the tip of the iceberg, imagine having to set up all of this for your project, make it work, and then, maintain it over time. We have been doing this since October 2016, tuning all the configurations to provide the best optimization and performance for any Vue application.

Nuxt takes care of this so you can focus on what matters: creating your web application.

On top of this setup, Nuxt provides a directory structure to follow, focused on specific features to keep your focus on creating, not configuring.

How does it work?

Nuxt is composed of different core packages:

What is Nuxt? - 图6 Core Engine: nuxt3

What is Nuxt? - 图7 Bundlers: @nuxt/vite-builder and @nuxt/webpack-builder

What is Nuxt? - 图8 Command line interface: nuxi

What is Nuxt? - 图9 Server engine: nitro

What is Nuxt? - 图10 Development kit: @nuxt/kit

What is Nuxt? - 图11 Nuxt 2 Bridge: @nuxt/bridge

We recommend reading each concept to have a full vision of Nuxt capabilities and the scope of each package.

Are you Nuxt?

Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility.

Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorite CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.

👍

Ready to try? Head over to the Installation section.

Are you courageously Nuxt?

Take a stab at an open issue. This is the best way to learn Nuxt, by actually diving into the code. You may even bring an approach or alternative solution that makes Nuxt even better! So, what are you waiting for? Let’s go!