Skip to content

kingyue737/vitify-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef8f5c8 Β· Mar 17, 2025
Aug 12, 2024
Jun 18, 2024
Feb 28, 2025
Mar 21, 2023
Feb 28, 2025
May 6, 2024
Mar 3, 2023
Oct 19, 2023
Mar 10, 2023
Mar 22, 2024
Mar 16, 2023
Mar 25, 2024
Dec 24, 2024
Mar 22, 2024
Aug 12, 2024
Mar 17, 2025
Oct 19, 2023
Mar 17, 2025
Mar 26, 2024
Mar 22, 2024
Mar 22, 2024
Feb 28, 2025
Mar 22, 2024
Mar 17, 2023
Dec 8, 2024

Repository files navigation

Vitify - Opinionated Vuetify Admin Starter Template

Vitify Admin

vue vuetify license

Vite + Vuetify, Opinionated Admin Starter Template

Live Demo

Lightweight Vue 3 version of Vitify Admin

Variants

Features


Admin Starter Template

  • πŸͺŸ Default layout with drawer, header and footer

  • 🧭 Auto generated navigation drawer and breadcrumbs based on routes

  • πŸ”” Notification store

  • πŸ“‰ Data visualization with vue-echarts

  • 🎨 Theme color customization and dark mode

  • πŸ“± Responsive layout

Dropped Features from Vitify

Currently I want to keep this template as light as possible, see Vitify Admin of Vue 2 version for full featureset.

  • I18n
  • Browsers Compability
  • Mock API
  • Login Page
  • axios

Pre-packed

UI Frameworks

Plugins

Coding Style

Dev tools

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit kingyue737/vitify-next my-vitify-app
cd my-vitify-app
pnpm i