Skip to content

Latest commit

 

History

History
126 lines (86 loc) · 5.23 KB

README.md

File metadata and controls

126 lines (86 loc) · 5.23 KB

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