Vuetify Material Dashboard
Vuetify Material Dashboard is a beautiful resource built over Vuetify, Vuex and Vuejs. It will help you get started developing dashboards in no time. Vuetify Material Dashboard 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 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!
Getting Started
- Install Nodejs from Nodejs Official Page
- Open your terminal
- Navigate to the project
- Run
npm install
oryarn install
if you use Yarn - Run
npm run dev
oryarn serve
to start a local development server - A new tab will be opened in your browser
You can also run additional npm tasks such as
npm run build
to build your app for productionnpm run lint
to run linting.
Vuetify
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
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!
Special thanks
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:
- Vuetify for the wonderful framework
Let us know your thoughts below. And good luck with development!
Table of Contents
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
Versions
Vuetify | Vue | React | Angular | HTML |
---|---|---|---|---|
Demo
Quick start
Quick start options:
- Download from Creative Tim
Documentation
The documentation for the Vuetify Material Dashboard is hosted on vuetify website.
File Structure
Within the download you'll find the following directories and files:
vuetify-material-dashboard
βββ README.md
βββ CHANGELOG.md
βββ babel.config.js
βββ cypress.json
βββ jest.config.js
βββ now.json
βββ package.json
βββ postcss.config.js
βββ public
βΒ Β βββ favicon.ico
βΒ Β βββ index.html
βββ src
βΒ Β βββ App.vue
βΒ Β βββ assets
βΒ Β βΒ Β βββ vuetify.svg
βΒ Β βββ components
βΒ Β βΒ Β βββ base
βΒ Β βΒ Β βββ Card.vue
βΒ Β βΒ Β βββ Item.vue
βΒ Β βΒ Β βββ ItemGroup.vue
βΒ Β βΒ Β βββ ItemSubGroup.vue
βΒ Β βΒ Β βββ MaterialAlert.vue
βΒ Β βΒ Β βββ MaterialCard.vue
βΒ Β βΒ Β βββ MaterialChartCard.vue
βΒ Β βΒ Β βββ MaterialSnackbar.vue
βΒ Β βΒ Β βββ MaterialStatsCard.vue
βΒ Β βΒ Β βββ MaterialTabs.vue
βΒ Β βΒ Β βββ MaterialTestimony.vue
βΒ Β βΒ Β βββ Subheading.vue
βΒ Β βΒ Β βββ VComponent.vue
βΒ Β βββ i18n.js
βΒ Β βββ locales
βΒ Β βΒ Β βββ en.json
βΒ Β βββ main.js
βΒ Β βββ plugins
βΒ Β βΒ Β βββ base.js
βΒ Β βΒ Β βββ chartist.js
βΒ Β βΒ Β βββ vee-validate.js
βΒ Β βΒ Β βββ vuetify.js
βΒ Β βββ router.js
βΒ Β βββ sass
βΒ Β βΒ Β βββ main.scss
βΒ Β βΒ Β βββ overrides.sass
βΒ Β βΒ Β βββ vuetify-material
βΒ Β βΒ Β βββ _sidebar.sass
βΒ Β βββ store.js
βΒ Β βββ views
βΒ Β βββ dashboard
βΒ Β Β Β βββ Charts.vue
βΒ Β Β Β βββ Dashboard.vue
βΒ Β Β Β βββ Index.vue
βΒ Β Β Β βββ Widgets.vue
βΒ Β Β Β βββ component
βΒ Β Β Β βΒ Β βββ Buttons.vue
βΒ Β Β Β βΒ Β βββ Grid.vue
βΒ Β Β Β βΒ Β βββ Icons.vue
βΒ Β Β Β βΒ Β βββ Notifications.vue
βΒ Β Β Β βΒ Β βββ Tabs.vue
βΒ Β Β Β βΒ Β βββ Typography.vue
βΒ Β Β Β βββ components
βΒ Β Β Β βΒ Β βββ core
βΒ Β Β Β βΒ Β βββ AppBar.vue
βΒ Β Β Β βΒ Β βββ Drawer.vue
βΒ Β Β Β βΒ Β βββ Footer.vue
βΒ Β Β Β βΒ Β βββ Settings.vue
βΒ Β Β Β βΒ Β βββ View.vue
βΒ Β Β Β βββ maps
βΒ Β Β Β βΒ Β βββ GoogleMaps.vue
βΒ Β Β Β βββ pages
βΒ Β Β Β βΒ Β βββ UserProfile.vue
βΒ Β Β Β βββ tables
βΒ Β Β Β βββ RegularTables.vue
βββ tests
βΒ Β βββ e2e
βΒ Β βΒ Β βββ plugins
βΒ Β βΒ Β βΒ Β βββ index.js
βΒ Β βΒ Β βββ specs
βΒ Β βΒ Β βΒ Β βββ test.js
βΒ Β βΒ Β βββ support
βΒ Β βΒ Β βββ commands.js
βΒ Β βΒ Β βββ index.js
βΒ Β βββ unit
βΒ Β βββ example.spec.js
βββ vue.config.js
Browser Support
At present, we officially aim to support the last two versions of the following browsers:
Resources
- Live Preview
- Download Page: Download
- Documentation is Here
- License Agreement: License
- Support: Contact
- Issues: Github Issues Page
- Vue Material Dashboard PRO - Demo
- For Front End Development - Material Kit Pro
Reporting Issues
We use GitHub Issues as the official bug tracker for the Vuetify Material Dashboard. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Vuetify Material Dashboard. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- 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 contact us instead of opening an issue.
Licensing
- Copyright 2018 Creative Tim (https://www.creative-tim.com)
- Creative Tim license
Useful Links
-
More products from Creative Tim
-
Vue products from Creative Tim
-
Freebies from Creative Tim
-
Affiliate Program (earn money)
Social Media
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