Vuetify Material Dashboard 2 PRO is a beautiful resource built over Vuetify, Vuex and Vuejs. It will help you get started developing dashboards in no time. Vuetify Material Dashboard 2 PRO is the official Vuejs version of the Original Material Dashboard PRO. Using the Dashboard is pretty simple but requires basic knowledge of Javascript, Vuejs and Vue-Router.
We have created it thinking about things you actually need in a dashboard. Vuetify Material Dashboard 2 PRO contains handpicked and optimized Vuejs plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
Vuetify 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 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.
Let us know what you think and what we can improve below. And good luck with development!
Special thanks go to:
npm install
or yarn install
if you use Yarnnpm run dev
or yarn serve
to start a local development serverYou can also run additional npm tasks such as
npm run build
to build your app for productionnpm run lint
to run linting.Vuetify is developed exactly according to Material Design spec. Every component is hand crafted 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 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.
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!
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
Let us know your thoughts below. And good luck with development!
Vuetify | Vue | React | Laravel | Angular | HTML |
---|---|---|---|---|---|
Quick start options:
The documentation for the Vuetify Material Dashboard 2 PRO is hosted on vuetify website.
Within the download you'll find the following directories and files:
vuetify-material-dashboard-pro
├── README.md
├── babel.config.js
├── package.json
├── public
│ ├── favicon-creative-tim.png
│ ├── favicon.ico
│ └── index.html
├── src
│ ├── App.vue
│ ├── assets
│ │ ├── fonts
│ │ ├── img
│ │ └── scss
│ │ ├── material-dashboard
│ │ └── material-dashboard.scss
│ ├── components
│ │ ├── AppBar.vue
│ │ ├── AppBarAuth.vue
│ │ ├── AppBarBlurAuth.vue
│ │ ├── AppBarProfile.vue
│ │ ├── Charts
│ │ ├── Drawer.vue
│ │ ├── Dropzone.vue
│ │ ├── Footer.vue
│ │ ├── HelloWorld.vue
│ │ ├── HtmlEditor.vue
│ │ ├── Widgets
│ │ ├── WorldMap
│ │ └── index.js
│ ├── main.js
│ ├── plugins
│ │ ├── dashboard-plugin.js
│ │ ├── three
│ │ └── vuetify.js
│ ├── router
│ │ └── index.js
│ ├── scss
│ │ ├── variables
│ ├── util
│ │ └── throttle.js
│ └── views
│ ├── About.vue
│ ├── Applications
│ │ ├── Calendar.vue
│ │ ├── Datatables.vue
│ │ ├── Kanban.vue
│ │ ├── Widgets
│ │ └── Wizard.vue
│ ├── Components
│ │ └── Notifications.vue
│ ├── Dashboard
│ │ ├── Automotive.vue
│ │ ├── Calendar.vue
│ │ ├── Crm.vue
│ │ ├── Dashboard.vue
│ │ ├── GettingStarted.vue
│ │ ├── SmartHome.vue
│ │ ├── VrDefault.vue
│ │ ├── VrInfo.vue
│ │ └── Widgets
│ ├── Ecommerce
│ │ ├── Orders
│ │ │ ├── OrderDetails.vue
│ │ │ ├── OrderList.vue
│ │ │ └── Widgets
│ │ └── Products
│ │ ├── EditProduct.vue
│ │ ├── NewProduct.vue
│ │ ├── ProductPage.vue
│ │ └── Widgets
│ ├── Layout
│ ├── Pages
│ │ ├── Account
│ │ │ ├── Billing.vue
│ │ │ ├── Invoice.vue
│ │ │ ├── Settings.vue
│ │ │ └── Widgets
│ │ ├── Alerts.vue
│ │ ├── Authentication
│ │ │ └── SignUp
│ │ │ ├── Basic.vue
│ │ │ ├── Cover.vue
│ │ │ └── Illustration.vue
│ │ ├── Charts.vue
│ │ ├── Notifications.vue
│ │ ├── Pricing.vue
│ │ ├── Profile
│ │ │ ├── ProfileOverview.vue
│ │ │ ├── Projects.vue
│ │ │ └── Teams.vue
│ │ ├── Profile.vue
│ │ ├── Projects
│ │ │ └── Timeline.vue
│ │ ├── Rtl.vue
│ │ ├── Timeline.vue
│ │ ├── Users
│ │ │ ├── NewUser.vue
│ │ │ ├── Reports.vue
│ │ │ └── Widgets
│ │ └── Widgets
│ └── Tables
│ ├── PaginatedTables.vue
│ ├── RegularTables.vue
│ ├── SortableTables.vue
│ └── Tables
└── vue.config.js
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Vuetify Material Dashboard 2 PRO. Here are some advices for our users that want to report an issue:
If you have questions or need help integrating the product please contact us instead of opening an issue.
More products from Creative Tim
Vue products from Creative Tim
Freebies from Creative Tim
Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial