creativetimofficial / ct-vue-white-dashboard-pro

Vue White Dashboard PRO by Creative Tim - Premium Bootstrap Admin

Home Page:https://demos.creative-tim.com/vue-white-dashboard-pro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Product Gif

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

  1. Make sure you have Node.js installed.
  2. Navigate to the main directory (from terminal) where package.json is located.
  3. Run npm install or yarn install
  4. Run npm run serve or yarn 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

Bootstrap 4 support

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!

Table of Contents

Versions

Vue Laravel
Vue White Dashboard PRO White Dashboard PRO Laravel

Demo

Start page User profile page Tables page
Start page User profile page Tables pages
Maps page Notifications page RTL page
Maps page Notifications page RTL page

Quick start

  1. Make sure you have Node.js installed.
  2. Navigate to the main directory (from terminal) where package.json is located.
  3. Run npm install or yarn install
  4. Run npm run serve or yarn serve to start the local development server and start prototyping.

Documentation

The documentation for the Vue White Dashboard PRO is hosted at our website.

File Structure

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

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 White Dashboard. 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 White Dashboard. 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.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial

About

Vue White Dashboard PRO by Creative Tim - Premium Bootstrap Admin

https://demos.creative-tim.com/vue-white-dashboard-pro/