Start your development with a Premium Bootstrap 4 Vuejs Admin Template. Let Vue White Dashboard PRO amaze you with its cool features and build tools and get your project to a whole new level.
Speed up your web development with a beautiful product made by Creative Tim. We made it our priority not to add things that you don't need, so the Vue White 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. It also combines colours that are easy on the eye, spacious cards, beautiful typography, and graphics.
If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you!
Getting Started
- Make sure you have Node.js installed.
- Navigate to the main directory (from terminal) where
package.json
is located. - Run
npm install
oryarn install
- Run
npm run serve
oryarn serve
to start the local development server and start prototyping.
Fully Coded Components
Vue White Dashboard PRO is built with over frontend 200 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes.
You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Premium Bootstrap 4 Vuejs Admin Template is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
View all components here
COMPLEX DOCUMENTATION
Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the colors/typography/columns/elements here.
HELPFUL LINKS
- View Github Repository
- Check FAQ Page
Vue White Dashboard PRO is built on top of Bootstrap 4 and Vue.js. Let us know what you think and what we can improve below. And good luck with development!
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
Vue | Laravel |
---|---|
Start page | User profile page | Tables page |
---|---|---|
Maps page | Notifications page | RTL page |
---|---|---|
- Make sure you have Node.js installed.
- Navigate to the main directory (from terminal) where
package.json
is located. - Run
npm install
oryarn install
- Run
npm run serve
oryarn serve
to start the local development server and start prototyping.
The documentation for the Vue White Dashboard PRO is hosted at our website.
Within the download you'll find the following directories and files:
|-- Vue White Dashboard PRO
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── babel.config.js
├── package.json
├── postcss.config.js
├── public
│ ├── favicon.ico
│ ├── img
│ └── index.html
└── src
├── App.vue
├── RTLPlugin.js
├── assets
│ ├── css
│ ├── demo
│ ├── fonts
│ │ ├── nucleo.eot
│ │ ├── nucleo.ttf
│ │ ├── nucleo.woff
│ │ └── nucleo.woff2
│ ├── img
│ └── scss
│ ├── white-dashboard
│ └── white-dashboard.scss
├── components
│ ├── Badge.vue
│ ├── BaseAlert.vue
│ ├── BaseButton.vue
│ ├── BaseCheckbox.vue
│ ├── BaseNav.vue
│ ├── BasePagination.vue
│ ├── BaseProgress.vue
│ ├── BaseRadio.vue
│ ├── BaseSwitch.vue
│ ├── BaseTable.vue
│ ├── Breadcrumb
│ │ ├── Breadcrumb.vue
│ │ ├── BreadcrumbItem.vue
│ │ └── RouteBreadcrumb.vue
│ ├── Cards
│ │ ├── Card.vue
│ │ ├── NavTabsCard.vue
│ │ └── StatsCard.vue
│ ├── Charts
│ │ ├── BarChart.js
│ │ ├── LineChart.js
│ │ ├── PieChart.js
│ │ └── config.js
│ ├── CloseButton.vue
│ ├── Collapse
│ │ ├── Collapse.vue
│ │ └── CollapseItem.vue
│ ├── Dropdown.vue
│ ├── HelloWorld.vue
│ ├── ImageUpload.vue
│ ├── Inputs
│ │ ├── BaseInput.vue
│ │ └── TagsInput.vue
│ ├── Modal.vue
│ ├── NavbarToggleButton.vue
│ ├── NotificationPlugin
│ │ ├── Notification.vue
│ │ ├── Notifications.vue
│ │ └── index.js
│ ├── SidebarPlugin
│ │ ├── SideBar.vue
│ │ ├── SidebarLink.vue
│ │ └── index.js
│ ├── Slider.vue
│ ├── Tabs
│ │ ├── Tab.vue
│ │ └── Tabs.vue
│ ├── Timeline
│ │ ├── TimeLine.vue
│ │ └── TimeLineItem.vue
│ ├── Wizard
│ │ ├── Wizard.vue
│ │ ├── WizardTab.vue
│ │ └── throttle.js
│ ├── WorldMap
│ │ ├── AsyncWorldMap.vue
│ │ └── WorldMap.vue
│ └── index.js
├── config.js
├── globalComponents.js
├── globalDirectives.js
├── i18n.js
├── locales
│ ├── ar.json
│ └── en.json
├── main.js
├── pages
│ ├── Calendar.vue
│ ├── Charts.vue
│ ├── Components
│ │ ├── Buttons.vue
│ │ ├── GridSystem.vue
│ │ ├── Icons.vue
│ │ ├── Notifications.vue
│ │ ├── Panels.vue
│ │ ├── SweetAlert.vue
│ │ └── Typography.vue
│ ├── Dashboard
│ │ ├── CountryMapCard.vue
│ │ ├── TaskList.vue
│ │ └── UserTable.vue
│ ├── Dashboard.vue
│ ├── Forms
│ │ ├── ExtendedForms.vue
│ │ ├── RegularForms.vue
│ │ ├── ValidationForms
│ │ │ ├── LoginForm.vue
│ │ │ ├── RangeValidationForm.vue
│ │ │ ├── RegisterForm.vue
│ │ │ └── TypeValidationForm.vue
│ │ ├── ValidationForms.vue
│ │ ├── Wizard
│ │ │ ├── FirstStep.vue
│ │ │ ├── SecondStep.vue
│ │ │ └── ThirdStep.vue
│ │ └── Wizard.vue
│ ├── Icons.vue
│ ├── Layout
│ │ ├── ContentFooter.vue
│ │ ├── DashboardContent.vue
│ │ ├── DashboardLayout.vue
│ │ ├── MobileMenu.vue
│ │ ├── SidebarFixedToggleButton.vue
│ │ ├── SidebarSharePlugin.vue
│ │ ├── SidebarToggleButton.vue
│ │ └── TopNavbar.vue
│ ├── Maps
│ │ ├── API_KEY.js
│ │ ├── FullScreenMap.vue
│ │ ├── GoogleMaps.vue
│ │ └── VectorMaps.vue
│ ├── Maps.vue
│ ├── Notifications
│ │ └── NotificationTemplate.vue
│ ├── Notifications.vue
│ ├── Pages
│ │ ├── AuthLayout.vue
│ │ ├── Lock.vue
│ │ ├── Login.vue
│ │ ├── Pricing.vue
│ │ ├── RTLPage.vue
│ │ ├── Register.vue
│ │ ├── TimeLinePage.vue
│ │ └── UserProfile.vue
│ ├── Profile
│ │ ├── EditProfileForm.vue
│ │ └── UserCard.vue
│ ├── TableList.vue
│ ├── Tables
│ │ ├── ExtendedTables
│ │ │ └── ShoppingTable.vue
│ │ ├── ExtendedTables.vue
│ │ ├── PaginatedTables.vue
│ │ ├── RegularTables.vue
│ │ └── users.js
│ ├── Typography.vue
│ ├── UpgradeToPRO.vue
│ └── Widgets.vue
├── router.js
└── util
└── throttle.js
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://demos.creative-tim.com/vue-white-dashboard-pro/#/dashboard
- Download Page: https://www.creative-tim.com/product/vue-white-dashboard-pro
- Documentation: https://demos.creative-tim.com/vue-white-dashboard-pro/documentation
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
We use GitHub Issues as the official bug tracker for the Vue White 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 Vue White 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.
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim