Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Nuxt 3 admin dashboard template with Tailwind CSS, Naive UI, ECharts, TypeScript, ESLint, and Prettier.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Nuxt3 Admin Dashboard is a simple admin dashboard template built on Nuxt 3 and Tailwind CSS, giving developers a ready-to-run starting point for building admin interfaces with Naive UI components and ECharts visualizations.
Nuxt3 Admin Dashboard is a simple admin dashboard scaffold that combines Nuxt 3, the Vue-based framework with server-side rendering and file-based routing, with Tailwind CSS for utility-first styling. The template takes a fresh Nuxt project and preconfigures it with Naive UI via the nuxt-naiveui module, ECharts for charting, TypeScript for static typing, and ESLint plus Prettier for code quality. A live demo is deployed at https://nuxt3-admin.netlify.app/, and the source lives in the story2Dev repository on GitHub.
The template gives you a standard Nuxt 3 project layout. After cloning the repository, install dependencies with npm install, pnpm install, yarn install, or bun install. Start the development server with npm run dev (or the equivalent) to preview on http://localhost:3000, and build for production using npm run build, then preview the build with npm run preview.
Yes, the template is written in TypeScript. It also includes ESLint and Prettier configuration, so you get type checking and consistent formatting out of the box.
It uses Naive UI, a Vue 3 component library, integrated through the nuxt-naiveui module. This gives you access to themed components for building admin interfaces.
ECharts is included as a feature of the template, so you can add interactive data visualizations to your dashboard without installing additional chart libraries.
After installing dependencies, run npm run dev (or the equivalent for pnpm, yarn, or bun). The server starts at http://localhost:3000.
The README documents commands for npm, pnpm, yarn, and bun, covering install, dev, build, and preview workflows.
