Skip to content

doroudi/YummyAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Yummy Admin

CI Netlify Status

Free Vue AdminPanel based on Naive UI and Tailwind CSS. Fairly complete with a beautiful design, RTL, and multilingual support. Built using modern web technologies like Pinia, TypeScript, MockServiceWorker (MSW), Cypress, Socket

Preview

๐ŸŒ Live Demo ๐ŸŒ‘ Dark Mode
Other languages
๐Ÿ‡จ๐Ÿ‡ณ Chines | ๐Ÿ‡ฎ๐Ÿ‡ท Persian | ๐Ÿ‡ธ๐Ÿ‡ฆ Arabic | ๐Ÿ‡น๐Ÿ‡ท Turkish | ๐Ÿ‡ฉ๐Ÿ‡ช Germany

Preview

Features

  • โšก๏ธ Vue 3, Vite, pnpm, esbuild - born with fastness

  • ๐Ÿ›’ eCommerce-ready sections (products, categories, orders, customers)

  • ๐ŸŽญ Supporting MockServiceWorker(MSW) and FakerJs to get production-like data

  • ๐Ÿ—‚ File based routing

  • ๐Ÿ“ฆ Components auto-importing

  • ๐Ÿ State Management via Pinia

  • ๐Ÿ“‘ Layout system

  • ๐ŸŒ Multi-language support using I18n

  • โš™๏ธ Unit Testing with Vitest, E2E Testing with Cypress on GitHub Actions

  • โ˜๏ธ Deploy on Netlify, zero-config

Try it now!

Yummy Admin requires Node >=18.18

Clone to local

npx degit https://github.com/doroudi/yummyadmin yummy-admin
cd yummy-admin
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:7000

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.

docker buildx build . -t yummyadmin:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 yummyadmin:latest

StandWithPalestine

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •