Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Nuxt 3 starter from Vercel with one-click deployment, local dev server, and production build scripts.
Nuxt Example is a minimal Nuxt 3 boilerplate from Vercel's examples repository that deploys to the Vercel platform with zero configuration.
Nuxt Example is a minimal Nuxt 3 application template created by Vercel as part of its framework boilerplates. It provides a basic Nuxt project with default scripts for development, building, and previewing, and it is pre-configured to deploy to Vercel without any additional setup. The template's input is your source code or a quick clone via the Deploy button, and its output is a live Nuxt.js site hosted on Vercel.
--shamefully-hoist for dependency handling.npm run dev starts the local dev server at http://localhost:3000.npm run build produces a production bundle, and npm run preview serves it locally.npm run preview, then push to trigger redeployment.--shamefully-hoist.npm run dev to start development on http://localhost:3000.npm run build to compile for production, then npm run preview to serve the build locally.Yes, this is an open-source example from Vercel's public repository. You can use it as a starting point for any project without cost.
It targets Nuxt 3, as indicated by the links to the Nuxt 3 documentation in the README. The project structure follows Nuxt 3 conventions.
No. The template is designed for zero-configuration deployment. The Deploy button handles the setup, and Vercel detects Nuxt automatically.
Clone or download the repository, install dependencies with your preferred package manager, and run the default development script to start a local server.
The live example is at https://nuxtjs-template.vercel.app, hosted on Vercel. You can visit it to see the default Nuxt page.
