/vitify-next

๐Ÿ–– Vite + Vuetify 3, Opinionated Admin Starter Template

Primary LanguageVueMIT LicenseMIT

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

  • vitify-nuxt - Vuetify 3 with Nuxt 3, the best DX ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

  • vitify-electron - Vuetify 3 with Electron

  • vitify-admin - Vuetify 2 but with full Typescript support and Vite

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