Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Vue Material Dashboard is an open-source Material Design admin template built with Vue.js.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vue Material Dashboard is a free, MIT-licensed Vue.js admin dashboard template from Creative Tim that implements Material Design through the Vue Material component library and Vue Router.
Vue Material Dashboard is the official Vue.js version of Creative Tim's Material Dashboard, built on Vue Material (vuematerial.io) and Vue.js version 2. It takes a standard Vue CLI webpack project structure and delivers a ready-made admin interface with routing, layout components, and pre-styled pages. The template is maintained by Creative Tim and is available at version 1.5.2, released under the MIT license. It ships with a sidebar navigation, top navbar, and content area, all organized under a src directory with pages, components, and routes.
src/assets/scss with a material-dashboard.scss entry point and an md folder for partials, making color and spacing overrides straightforward.The template follows the standard Vue CLI webpack workflow. Clone the repository, run npm install to fetch dependencies, then npm run dev to serve it with hot reload at localhost:8080. For production, npm run build minifies the output. A basic understanding of JavaScript, Vue.js, and Vue Router is recommended before customizing the code.
Yes. The template is open source and released under the MIT license, so it is free to use, modify, and include in personal and commercial projects. Copyright is held by Creative Tim.
You need Node.js and npm, plus some familiarity with Vue.js and Vue Router. The README instructs you to run npm install, npm run dev, and npm run build from the project root.
The template includes Dashboard, User Profile, Tables, Maps, Notifications, Typography, Icons, and an Upgrade to PRO page. These are defined as Vue components under src/pages and registered in src/routes/routes.js.
Yes. Creative Tim offers Material Dashboard in HTML, React, and Angular editions in addition to this Vue version, all with a similar page structure.
The template aims to support the latest two versions of Chrome, Firefox, Edge, Safari, and Opera, as stated in the README.
