Yummy Admin Nuxt

June 14, 2026 ยท View on GitHub

CI Vercel Deploy Static Badge Static Badge

Free Nuxt AdminPanel based on Naive UI and Tailwind CSS. Fairly complete with a beautiful design, Full RTL support and multilingual support.

Preview

๐ŸŒ Live Demo ๐ŸŒ‘ Dark Mode
Other languages demo:
Persian | Chines

Preview

Try it now

Yummy Admin Nuxt requires Node >=20.0

Clone to local

npx degit https://github.com/doroudi/yummyadmin.nuxt yummy-admin-nuxt
cd yummy-admin-nuxt
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try to follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in locales/en.yaml
  • Change the hostname in vite.config.ts
  • Change the favicon in public
  • Remove the .github folder, which contains the funding info
  • Clean up the READMEs and remove routes

And, enjoy :)

Support this project

Development

Just run and visit http://localhost:4000

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist, which is ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.