Since the era of Vue2, Vuetify has been one of my favorite UI frameworks for Vue. With the release of Vue 3.0 at the end of 2020 and the gradual stability of Vue 3.2 in early 2022, Vuetify has finally stabilized. Two years later, in November 2022, Vuetify3 for Vue3.x finally went live, and Vue creator Evan You also expressed support for Vuetify3. At this stage, the documentation for Vuetify3 is still largely unchanged from Vuetify2, and the multilingual version is still out of reach. In this situation, developers who are new to Vuetify or want to embrace Vuetify3 as soon as possible will be confused at first. On the one hand, I want to review my knowledge of the front-end and the Vuetify framework. On the other hand, I also hope to be able to help other developers through my own exploration, so I plan to start this project at the same time as the official launch of Vuetify3 in November 2022. The focus is expected to be on front-end UI design, responsive design, component development, integration with common plugins, and simple logic. It is still uncertain whether to develop corresponding APIs and
- ⚡️ Vue 3
- ⚡️ Vite
- ⚡️ UI Framework Vuetify 3
- ⚡️ TypeScript
- 📦 Component Auto Importing
- 🍍 Pinia
- ⚡️
<script setup>
- ⚡️ Use icons from any icon sets in Iconify
- ☁️ Deploy on Netlify, zero-config
- ☁️ Responsive multi-platform adaptive
## Pre-packed
- Vuetify3 - Vuetify is a no design skills required UI Framework with beautifully handcrafted Vue Components.
- Iconify - use icons from any icon sets 🔍Icônes
- Pure CSS Icons via UnoCSS
- Vue Router4
- VueUse - collection of useful composition APIs
- VuedDaggable - allowing drag-and-drop and synchronization with view model array.
- Vue-Masonry-Wall - Responsive masonry layout with SSR support and zero dependencies for Vue 3.
- Vue-Virtual-Scroller - Blazing fast scrolling of any amount of data
git clone https://github.com/yangjiakai/jk-vuetify3-lux-admin.git
cd jk-vuetify3-lux-admin
npm install
npm run dev