version GitHub issues open GitHub issues closed Chat

Product Gif

Vue Black Dashboard PRO is a beautiful Bootstrap 4 Admin Dashboard that comes in 2 versions: Dark and Light Mode. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics.

We made it our priority to not add things that you don't need, so the Vue Black Dashboard PRO comes with just enough features for you to easily use. It combines multiple components and plugins and features numerous example of how it can be used. Inside the archive, you will also find multiple example pages to get you started or provide inspiration.

Vue Black Dashboard PRO is the extended version of Black Dashboard PRO. Based on feedback from people that downloaded and used it, we have added needed components, and we have created multiple examples pages. We are curious to see how you want to use it and also improve it, so let us know any feedback you have.

Bootstrap 4 support

Vue Black Dashboard PRO is built on top of Bootstrap 4 and Vue.js Most of the elements from the dashboard are re-designed to resemble popular dark themes such as Mac OS Mojave Dark mode. Let us know what you think and what we can improve below. And good luck with development!

View example pages here.

Table of Contents

Versions

HTML Vue
Black Dashboard HTML Vue Black Dashboard Pro

Demo

View More.

Quick start

Quick start options:

Documentation

The documentation for the Vue Black Dashboard Pro can be found here.

File Structure

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

|-- vue-black-dashboard-pro
    |-- App.vue
    |-- config.js
    |-- i18n.js
    |-- main.js
    |-- polyfills.js
    |-- assets
    |   |-- css
    |   |   |-- nucleo-icons.css
    |   |-- fonts
    |   |-- sass
    |       |-- black-dashboard-pro.scss
    |-- components
    |   |-- AnimatedNumber.vue
    |   |-- Badge.vue
    |   |-- BaseAlert.vue
    |   |-- BaseButton.vue
    |   |-- BaseCheckbox.vue
    |   |-- BaseDropdown.vue
    |   |-- BaseNav.vue
    |   |-- BasePagination.vue
    |   |-- BaseProgress.vue
    |   |-- BaseRadio.vue
    |   |-- BaseSwitch.vue
    |   |-- BaseTable.vue
    |   |-- CloseButton.vue
    |   |-- ImageUpload.vue
    |   |-- LoadingPanel.vue
    |   |-- Modal.vue
    |   |-- NavbarToggleButton.vue
    |   |-- Slider.vue
    |   |-- index.js
    |   |-- Breadcrumb
    |   |   |-- Breadcrumb.vue
    |   |   |-- BreadcrumbItem.vue
    |   |   |-- RouteBreadcrumb.vue
    |   |-- Cards
    |   |   |-- Card.vue
    |   |   |-- StatsCard.vue
    |   |-- Charts
    |   |   |-- BarChart.js
    |   |   |-- LineChart.js
    |   |   |-- PieChart.js
    |   |   |-- config.js
    |   |   |-- utils.js
    |   |-- Collapse
    |   |   |-- Collapse.vue
    |   |   |-- CollapseItem.vue
    |   |-- Inputs
    |   |   |-- BaseCheckbox.vue
    |   |   |-- BaseInput.vue
    |   |   |-- BaseRadio.vue
    |   |   |-- IconCheckbox.vue
    |   |-- Navbar
    |   |   |-- Navbar.vue
    |   |   |-- NavbarToggleButton.vue
    |   |-- NotificationPlugin
    |   |   |-- Notification.vue
    |   |   |-- Notifications.vue
    |   |   |-- index.js
    |   |-- SidebarPlugin
    |   |   |-- SideBar.vue
    |   |   |-- SidebarItem.vue
    |   |   |-- index.js
    |   |-- Tabs
    |   |   |-- Tab.vue
    |   |   |-- Tabs.vue
    |   |-- Timeline
    |   |   |-- TimeLine.vue
    |   |   |-- TimeLineItem.vue
    |   |-- Wizard
    |   |   |-- Wizard.vue
    |   |   |-- WizardTab.vue
    |   |   |-- throttle.js
    |   |-- WorldMap
    |       |-- AsyncWorldMap.vue
    |       |-- WorldMap.vue
    |       |-- world_map.js
    |-- directives
    |   |-- click-ouside.js
    |-- locales
    |   |-- ar.json
    |   |-- en.json
    |-- pages
    |   |-- Charts.vue
    |   |-- DefaultHeader.vue
    |   |-- Widgets.vue
    |   |-- Calendar
    |   |   |-- Calendar.vue
    |   |   |-- CalendarHeader.vue
    |   |   |-- CalendarRoute.vue
    |   |-- Components
    |   |   |-- Buttons.vue
    |   |   |-- GridSystem.vue
    |   |   |-- Icons.vue
    |   |   |-- Notifications.vue
    |   |   |-- Panels.vue
    |   |   |-- SweetAlert.vue
    |   |   |-- Typography.vue
    |   |   |-- Headers
    |   |       |-- SweetAlertHeader.vue
    |   |-- Dashboard
    |   |   |-- CountryMapCard.vue
    |   |   |-- Dashboard.vue
    |   |   |-- DashboardHeader.vue
    |   |   |-- HeaderChart.js
    |   |   |-- TaskList.vue
    |   |   |-- UserTable.vue
    |   |-- Forms
    |   |   |-- ExtendedForms.vue
    |   |   |-- RegularForms.vue
    |   |   |-- ValidationForms.vue
    |   |   |-- Wizard.vue
    |   |   |-- ValidationForms
    |   |   |   |-- LoginForm.vue
    |   |   |   |-- RangeValidationForm.vue
    |   |   |   |-- RegisterForm.vue
    |   |   |   |-- TypeValidationForm.vue
    |   |   |-- Wizard
    |   |       |-- FirstStep.vue
    |   |       |-- SecondStep.vue
    |   |       |-- ThirdStep.vue
    |   |-- GeneralViews
    |   |   |-- NotFoundPage.vue
    |   |-- Layout
    |   |   |-- Content.vue
    |   |   |-- ContentFooter.vue
    |   |   |-- DashboardLayout.vue
    |   |   |-- DashboardNavbar.vue
    |   |   |-- LoadingMainPanel.vue
    |   |   |-- SidebarFixedToggleButton.vue
    |   |   |-- SidebarSharePlugin.vue
    |   |   |-- SidebarToggleButton.vue
    |   |-- Maps
    |   |   |-- API_KEY.js
    |   |   |-- FullScreenMap.vue
    |   |   |-- GoogleMaps.vue
    |   |   |-- VectorMaps.vue
    |   |   |-- VectorMapsHeader.vue
    |   |   |-- WorldMap.vue
    |   |   |-- world_map.js
    |   |-- Pages
    |   |   |-- AuthLayout.vue
    |   |   |-- Lock.vue
    |   |   |-- Login.vue
    |   |   |-- Pricing.vue
    |   |   |-- RTLPage.vue
    |   |   |-- Register.vue
    |   |   |-- TimeLinePage.vue
    |   |   |-- UserProfile.vue
    |   |   |-- UserProfile
    |   |       |-- EditProfileForm.vue
    |   |       |-- UserCard.vue
    |   |-- Tables
    |       |-- ExtendedTables.vue
    |       |-- PaginatedTables.vue
    |       |-- RegularTables.vue
    |       |-- users.js
    |       |-- ExtendedTables
    |           |-- ShoppingTable.vue
    |-- plugins
    |   |-- RTLPlugin.js
    |   |-- dashboard-plugin.js
    |   |-- globalComponents.js
    |   |-- globalDirectives.js
    |   |-- liveDemo.js
    |-- routes
        |-- router.js
        |-- routes.js

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 Black Dashboard Pro. 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 Black Dashboard Pro. 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