Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Nuxt.js admin template for building dashboard interfaces.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Nuxt Admin is a simple admin template built on the Nuxt.js framework that gives developers a minimal foundation for creating administrative dashboards and back-office interfaces.
Nuxt Admin is a basic admin template that runs on the Nuxt.js framework for Vue. The repository provides the standard Nuxt.js project setup with npm scripts for installation, development, production builds, and static site generation. It is designed to be a minimal, unopinionated starting point that developers can customize into a full-featured admin panel.
The template's core function is to supply a pre-configured Nuxt.js app skeleton. When you clone it, you get a working Nuxt project that can be served locally, built for production, or exported as a static site. The official Nuxt.js documentation is linked from the README as the reference for extending the project.
npm run dev command serves the app at localhost:3000 with hot reload for fast iteration.npm run build compiles the project for production, and npm run start launches the built server.npm run generate creates a fully static version of the site that can be hosted without a Node server.npm run generate, you can quickly produce a static prototype to share with clients before wiring up a backend.npm run dev and see changes immediately at localhost:3000.npm run generate to output static files that can be hosted on services like Netlify, GitHub Pages, or any static file server.