Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A production-ready admin template built with Vue 3 and Vuetify 3, featuring Material Design, TypeScript, and enterprise components.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vue Material Admin is an open-source admin dashboard template built with Vue 3 and Vuetify 3 that gives developers a production-ready Material Design interface with TypeScript support and a full set of enterprise features.
Vue Material Admin is a free admin template created by Tookit, built on Vue 3.5 and Vuetify 3.11. It takes a standard Vue/Vite project structure and provides ready-made layouts, pages, and components for building admin applications. The template outputs a complete front-end application that runs on any modern browser, with the development server served by Vite at localhost:9527. It includes TypeScript definitions, Pinia stores, Vue Router 4 routing, and an organized source tree with subfolders for API services, composables, plugins, and views.
<script setup> syntax for all components, giving concise, type-safe component code.src/plugins/vuetify/theme.ts and default props in src/plugins/vuetify/defaults.ts.yarn typecheck command for validation.yarn build, and preview via yarn preview.src/store, with Vue's official state management library.src/plugins/i18n; a Chinese README version is also provided.src/router.src/api to connect your own backend and create analytics dashboards using ApexCharts.<script setup> components, Pinia stores, and Vuetify theming applied in a real project.The template requires Node.js 18+ and Yarn (or npm). After installing dependencies with yarn install, you start the development server with yarn dev, which serves the app at http://localhost:9527 with hot-reload. For production, run yarn build to type-check and output a build to dist, then yarn preview to test the production build locally. Code quality tasks include yarn typecheck for TypeScript checking and yarn lint for linting.
Vue Material Admin is free and open source under the MIT license. You can use it for personal and commercial projects without a license fee. The repository includes optional donation links (PayPal and Buy Me a Coffee) to support the author.
Yes, the project is released under the MIT license, so it is free to use for both personal and commercial projects. The repository includes donation links (PayPal and Buy Me a Coffee) to support the author, but they are optional.
It is built with Vue 3.5 and uses Vuetify 3.11 as the UI component library. The project is written with the Composition API and the <script setup> syntax.
Yes, the template is fully typed. It includes TypeScript definitions in the src/types folder, a type-check command (yarn typecheck), and a Vite configuration that supports .ts files out of the box.
The Vite development server runs at http://localhost:9527 after you run yarn dev. The port is configured in the Vite configuration file.
Yes, it integrates Vue I18n. The i18n setup lives in src/plugins/i18n, and the project even provides a Chinese translation of the README (README.zh-CN.md).
