This template aims to assist you in initiating your Vuetify 3 development journey within Vite, leveraging the power of Typescript.
- ✨ Vuetify 3: Empower your application with beautiful and responsive UI components.
- ✨ Vite: Experience lightning-fast development with this next-generation build tool.
- ✨ Typescript: Benefit from strong typing and enhanced developer experience.
- ✨ Prettier & Eslint: Keep your code clean, consistent, and error-free.
- ✨ Pinia: Simplify state management and make your application more robust.
- ✨ Vue I18n: Seamlessly handle internationalization and localization.
- ✨ Layout System: Check out the powerful layout system provided by vite-plugin-vue-layouts.
- ✨ Vue Router: Enable seamless navigation and routing in your application.
- ✨ File-based Routing: Explore the convenience and flexibility offered by vite-plugin-pages.
- ✨ UnoCSS: Style your app effortlessly with the lightweight and versatile UnoCSS.
- ✨ Iconoir Icons: Elevate your design with the extensive collection of Iconoir Icons, powered by UnoCSS.
- ✨ Vue Echarts: Visualize your data effectively using Vue Echarts.
Clone this project using
git clone https://github.com/boussadjra/vuetalize
change directory to the project folder
cd vuetalize
Install dependencies
pnpm
Start the development server
pnpm dev
Build the project
pnpm build
Lint the project
pnpm lint