Nuxt is a free and open-source framework (currently v4.4.2) that provides an intuitive and extendable way to create type-safe, performant, and production-grade full-stack web applications and websites with Vue.js. It supports server-side rendering, static site generation, automatic routing, data fetching, and zero-configuration TypeScript, with regular minor and patch releases across both v3 and v4 branches.
npm install nuxtNo compatibility data collected yet for this library.
A basic Nuxt application component demonstrating auto-imported composables (`useSeoMeta`) and core components (`NuxtPage`, `AppHeader`, `AppFooter`) for defining the application's structure and metadata.
Upgrade Node.js to a compatible version (e.g., `^20.19.0` or `>=22.12.0`).
Install or update `@types/node` to a compatible version (e.g., `>=18.12.0`) in your project.
Run `npx nuxt upgrade --dedupe` when updating Nuxt or its related packages.
Upgrade Node.js to version `^20.19.0` or `>=22.12.0`.
Ensure `@types/node` is installed and updated to a compatible version (e.g., `>=18.12.0`) in your project.
Run `npx nuxt upgrade --dedupe` to ensure all dependencies are correctly updated and deduplicated.
No dependency data recorded yet.