The Full-Stack
Vue Framework
v4.5.1
The Full-Stack
Vue Framework
Build fast, production-ready web apps with Vue. File-based routing, auto-imports, and server-side rendering — all configured out of the box.
Get startedNuxt in 100 secondsMinimalRoutingData FetchingAuto-ImportsAPI Routes
- app
- app.vue
- package.json
app/app.vue
<script setup lang="ts">
const version = 4
</script>
<template>
<h1>
Hello Nuxt {{ version }}!
</h1>
</template>
<style scoped>
h1 {
font-size: 3rem;
}
</style>
Chosen by leading companies worldwide
Everything you need, nothing you don’t
Nuxt handles the architecture so you can focus on building.
- Zero ConfigurationStart coding with Vue or Typescript immediately — Nuxt handles all the setup for you.
- Rendering ModesServer-side rendering, client-side rendering, static-site generation, you decide, up to the page level.
- Routing & LayoutsUse our file-based routing system to build complex url-based views while reusing components for performance.
- Data FetchingMake your Vue component async and await your data. Nuxt provides powerful composables for universal data fetching.
- Error HandlingCatch errors in your application with our built-in handlers and custom error pages.
- TransitionsImplement smooth transitions between layouts, pages, and components.
- Assets & StyleBenefit from automatic image, font, and script optimizations with built-in support.
- SEO & Meta TagsCreate production-ready applications that are fully indexable by search engines.
- ModularExtend Nuxt features with 200+ modules to ship your application faster.
- MiddlewareProtect or add custom logic (localization, A/B testing) before rendering pages.
- Type-safe with TypeScriptWrite type-safe code with automatically generated types and tsconfig.json.
- Deep dive into Nuxt nowStart reading docs
Nuxt offers a compelling solution and a great ecosystem to help you ship fullstack Vue apps that are performant and SEO friendly. The flexibility to choose between SSR and SSG is icing on the cake.
Evan You
Creator of Vue.js and Vite
Built on proven tools
Vue for the frontend. Nitro for the server. Your choice of bundler.
Frontend with Vue.js
Nuxt is built on top of Vue.js, leveraging its reactive, component-based architecture to create powerful, scalable, and seamless web applications.
Bundler with Vite
Nuxt leverages Vite’s frontend build capabilities, powering rapid development of web applications with instant HMR for the best developer experience.
Server with Nitro
Nuxt uses Nitro as server engine to build versatile full-stack web applications, ready for deployment on any platform.
Trusted by developers worldwide
Powering startups to enterprises. 100% open source.
6.9M
Monthly downloads
60.7K
GitHub Stars
Open source
Every line of Nuxt is written by developers like you.Start contributing
102k
Followers
32k
Members
Extend Nuxt with plug & play modules
Nuxt has a rich module ecosystem, with both official and community-driven modules. This accelerates development by providing ready-to-use solutions for common needs.
@nuxt/ui
The Intuitive UI Library powered by Reka UI and Tailwind CSS.
1.9M6.8K93Copy command to install ui
@nuxt/content
The file-based CMS with support for Markdown, YAML, JSON.
598.2K3.7K100Copy command to install content
@nuxt/devtools
Visual tools that help you to know your Nuxt application better.
6.8M3.3K100Copy command to install devtools
@nuxt/image
Add images with progressive processing, lazy-loading, resizing and providers support.
1.7M1.5K93Copy command to install image
@nuxt/icon
Icon module for Nuxt with 200,000+ ready to use icons from Iconify.
2.4M1.2K100Copy command to install icon
@nuxt/eslint
Project-aware, easy-to-use, extensible and future-proof ESLint integration.
2.5M63790Copy command to install eslint
@nuxt/fonts
Add custom web fonts with performance in mind.
2.3M59485Copy command to install fonts
@nuxt/scripts
Add 3rd-party scripts without sacrificing performance.
768.5K57881Copy command to install scripts
@nuxt/test-utils
Test utilities for Nuxt.
2.5M438100Copy command to install test-utils
@nuxt/hints
Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!
139.8K34497Copy command to install hints
@nuxt/a11y
Real-time accessibility feedback and automated testing in your browser during development.
89.3K22769Copy command to install a11y
Deploy anywhere
Deploy with one command. SSR, static, or edge — Nuxt adapts to your platform.
Built by developers around the world
Hundreds of contributors making Nuxt better every day. Join us.
Showcase
Real-world Web Applications built with Nuxt
Louis Vuitton

Trade Republic

Armani

NASA Jet Propulsion Laboratory

Google Ventures

Microsoft Edge Developer

Tiktok Ads

Stack Overflow

Upwork

Mc Donalds France

Sponsors
Nuxt is and will always remain free and open source under the MIT License, thanks to our contributors and sponsors.
Become a sponsorView all sponsors
diamond sponsors



platinum sponsors




gold sponsors










Community
Explore
Enterprise
Subscribe to our newsletter
Stay updated on new releases and features, guides, and community updates.
Subscribe
Nuxt on XNuxt on BlueSkyNuxt on LinkedInNuxt on DiscordNuxt on GitHub
Copyright © 2016-2026 Nuxt – MIT License