Skip to content

kingyue737/vitify-next

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