Vuetify Material Dashboard Free

versionChat

Product Gif

Vuetify Material Dashboard Free is a beautiful resource built over Vuetify, Vuex and Vuejs. It will help you get started and quickly developing dashboards in no time. Using the Dashboard is pretty simple but requires basic knowledge of Javascript, Vuejs and Vue-Router.

Getting Started

  • Install Nodejs from the official Nodejs page
  • Install yarn from the official Yarn installation page.
  • Open your terminal
  • Navigate to the project
  • Run yarn install
  • Run yarn serve to start a local development server
  • A new tab will be opened in your browser

You can also run additional tasks such as

  • yarn run build to build your app for production
  • yarn run lint to run linting.

Vuetify

Vuetify is an Open Source UI Library that is developed exactly according to Material Design spec. Every component is handcrafted to bring you the best possible UI tools to your next great app. The development doesn’t stop at the core components outlined in Google’s spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.

Vuex

Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue’s official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

Vue-cli

We used the latest 3.x Vue CLI which aims to reduce project configuration
to as little as possible. Almost everything is inside package.json + some other related files such as
.babel.config.js, .eslintrc.js and .postcssrc.js.

Let us know what you think and what we can improve below. And good luck with development!

Table of Contents

Demo

View More

Quick start

Quick start options:

Documentation

The documentation for Vuetify Material Dashboard Free is hosted here.

File Structure

Within the download you’ll find the following directories and files:

vuetify-material-dashboard/
┣ public/
┃ ┣ android-chrome-192x192.png
┃ ┣ android-chrome-512x512.png
┃ ┣ apple-touch-icon.png
┃ ┣ favicon-16x16.png
┃ ┣ favicon-32x32.png
┃ ┣ favicon.ico
┃ ┣ index.html
┃ ┣ robots.txt
┃ ┗ site.webmanifest
┣ src/
┃ ┣ assets/
┃ ┃ ┣ clint-mckoy.jpg
┃ ┃ ┣ lock.jpg
┃ ┃ ┣ login.jpg
┃ ┃ ┣ logo.png
┃ ┃ ┣ pricing.jpg
┃ ┃ ┣ register.jpg
┃ ┃ ┣ vmd.svg
┃ ┃ ┗ vuetify.svg
┃ ┣ components/
┃ ┃ ┣ app/
┃ ┃ ┃ ┣ BarItem.vue
┃ ┃ ┃ ┣ Btn.vue
┃ ┃ ┃ ┣ Card.vue
┃ ┃ ┃ ┗ Tabs.vue
┃ ┃ ┣ Links.vue
┃ ┃ ┣ MaterialAlert.vue
┃ ┃ ┣ MaterialCard.vue
┃ ┃ ┣ MaterialChartCard.vue
┃ ┃ ┣ MaterialSnackbar.vue
┃ ┃ ┣ MaterialStatsCard.vue
┃ ┃ ┗ ViewIntro.vue
┃ ┣ layouts/
┃ ┃ ┗ default/
┃ ┃   ┣ widgets/
┃ ┃ ┃ ┃ ┣ Account.vue
┃ ┃ ┃ ┃ ┣ AccountSettings.vue
┃ ┃ ┃ ┃ ┣ DrawerHeader.vue
┃ ┃ ┃ ┃ ┣ DrawerToggle.vue
┃ ┃ ┃ ┃ ┣ GoHome.vue
┃ ┃ ┃ ┃ ┣ Notifications.vue
┃ ┃ ┃ ┃ ┗ Search.vue
┃ ┃   ┣ AppBar.vue
┃ ┃   ┣ Drawer.vue
┃ ┃   ┣ Footer.vue
┃ ┃   ┣ Index.vue
┃ ┃   ┣ List.vue
┃ ┃   ┣ ListGroup.vue
┃ ┃   ┣ ListItem.vue
┃ ┃   ┣ Settings.vue
┃ ┃   ┗ View.vue
┃ ┣ plugins/
┃ ┃ ┣ app.js
┃ ┃ ┣ chartist.js
┃ ┃ ┣ index.js
┃ ┃ ┣ vue-meta.js
┃ ┃ ┣ vuetify.js
┃ ┃ ┣ vuex-pathify.js
┃ ┃ ┗ webfontloader.js
┃ ┣ router/
┃ ┃ ┗ index.js
┃ ┣ store/
┃ ┃ ┣ modules/
┃ ┃ ┃ ┣ app.js
┃ ┃ ┃ ┣ index.js
┃ ┃ ┃ ┣ sales.js
┃ ┃ ┃ ┗ user.js
┃ ┃ ┗ index.js
┃ ┣ styles/
┃ ┃ ┣ overrides.sass
┃ ┃ ┗ variables.scss
┃ ┣ util/
┃ ┃ ┣ globals.js
┃ ┃ ┣ helpers.js
┃ ┃ ┗ routes.js
┃ ┣ views/
┃ ┃ ┣ Dashboard.vue
┃ ┃ ┣ Error.vue
┃ ┃ ┣ GoogleMaps.vue
┃ ┃ ┣ Icons.vue
┃ ┃ ┣ Notifications.vue
┃ ┃ ┣ RegularTables.vue
┃ ┃ ┣ Typography.vue
┃ ┃ ┗ UserProfile.vue
┃ ┣ App.vue
┃ ┗ main.js
┣ .browserslistrc
┣ .editorconfig
┣ .env.local
┣ .eslintrc.js
┣ .gitignore
┣ README.md
┣ babel.config.js
┣ package.json
┣ vue.config.js
┗ yarn.lock

Browser Support

Vuetify Material Dashboard aims to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vuetify Material Dashboard theme. Here is some advice for our users that want to report an issue:

  1. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  2. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please reach out in Discord or file an issue here.

Licensing

Useful Links

GitHub

View Github