Skip to content

creativetimofficial/vue-material-dashboard-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

89 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

version GitHub issues open GitHub issues closed

Image

Vue Material Dashboard 2 is our newest free Admin Template based on Vue3 & Bootstrap5. If you’re a developer looking to create an admin dashboard that is developer-friendly, rich with features, and highly customisable, here is your match. Our innovative Vue3 & Bootstrap5 dashboard comes with a beautiful design inspired by Google's Material Design and it will help you create stunning websites & web apps to delight your clients

Fully Coded Elements

Vue Material Dashboard 2 is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using sass files. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.

This free Vue3 & Bootstrap5 Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.

View all components here.

Documentation built by Developers

Each element is well presented in very complex documentation.

You can read more about the documentation here.

Example Pages

If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

View example pages here.

HELPFUL LINKS

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:

  • Popper.js - Kickass library used to manage poppers
  • Charts Js - Simple yet flexible JavaScript charting for designers & developers
  • Nepcha Analytics for the analytics tool. Nepcha is already integrated with Vue Material Dashboard 2. You can use it to gain insights into your sources of traffic.

Let us know your thoughts below. And good luck with development!

Table of Contents

Versions

VueJS

| Vue Material Dashboard 2

Demo

View More.

Quick start

Quick start options:

Terminal Commands

  1. Download and Install NodeJs LTS version from NodeJs Official Page.
  2. Navigate to the root ./ directory of the product and run yarn install or npm install to install our local dependencies.

Deploy

πŸš€ You can deploy your own version of the template to Genezio with one click:

Deploy to Genezio

Documentation

The documentation for the Material Dashboard is hosted at our website.

What's included

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

vue-material-dashboard-2
    β”œβ”€β”€ public
    β”‚Β Β  β”œβ”€β”€ favicon.png
    β”‚Β Β  └── index.html
    β”œβ”€β”€ src
    β”‚Β Β  β”œβ”€β”€ assets
    β”‚   β”‚Β Β  β”œβ”€β”€ css
    β”‚   β”‚Β Β  β”œβ”€β”€ fonts
    β”‚   β”‚Β Β  β”œβ”€β”€ img
    β”‚   β”‚Β Β  β”œβ”€β”€ js
    β”‚   β”‚Β Β  └── scss
    β”‚Β Β  β”œβ”€β”€ components
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialAlert.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialAvatar.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialBadge.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialButton.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialCheckbox.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialInput.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialPagination.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialPaginationItem.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialProgress.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialRadio.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialSnackbar.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ MaterialSwitch.vue
    β”‚   β”‚Β Β  └── MaterialTextarea.vue
    β”‚Β Β  β”œβ”€β”€ examples
    β”‚   β”‚Β Β  β”œβ”€β”€ Cards
    β”‚   β”‚Β Β  β”œβ”€β”€ Charts
    β”‚   β”‚Β Β  β”œβ”€β”€ Navbars
    β”‚   β”‚Β Β  β”œβ”€β”€ PageLayout
    β”‚   β”‚Β Β  β”œβ”€β”€ Sidenav
    β”‚   β”‚Β Β  β”œβ”€β”€ Breadcrumbs.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Configurator.vue
    β”‚   β”‚Β Β  └── Footer.vue
    β”‚Β Β  β”œβ”€β”€ router
    β”‚Β Β  β”œβ”€β”€ store
    β”‚Β Β  β”œβ”€β”€ views
    β”‚   β”‚Β Β  β”œβ”€β”€ components
    β”‚   β”‚Β Β  β”œβ”€β”€ Billing.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Dashboard.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Home.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Notification.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Profile.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Rtl.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ Sales.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ SignIn.vue
    β”‚   β”‚Β Β  β”œβ”€β”€ SignUp.vue
    β”‚   β”‚Β Β  └── Tables.vue
    β”‚Β Β  β”œβ”€β”€ App.vue
    β”‚Β Β  β”œβ”€β”€ main.js
    β”‚Β Β  └── material-dashboard.js
    β”œβ”€β”€ .browserslistrc
    β”œβ”€β”€ .eslintrc.js
    β”œβ”€β”€ .gitignore
    β”œβ”€β”€ babel.config.json
    β”œβ”€β”€ CHANGELOG.md
    β”œβ”€β”€ ISSUE_TEMPLATE.md
    β”œβ”€β”€ package.json
    └── README.md

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Material Dashboard 2. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Vue Material Dashboard 2. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. 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

Useful Links

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