All Projects → creativetimofficial → vue-white-dashboard

creativetimofficial / vue-white-dashboard

Licence: MIT License
Vue White Dashboard by Creative Tim

Programming Languages

SCSS
7915 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-white-dashboard

Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+253.85%)
Mutual labels:  admin-dashboard, vue-router
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+1223.08%)
Mutual labels:  admin-dashboard, vue-router
tailmin
Tailmin - Admin dashboard built with Vue.js and Tailwind CSS
Stars: ✭ 39 (+0%)
Mutual labels:  admin-dashboard, vue-router
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+21433.33%)
Mutual labels:  admin-dashboard, vue-router
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (+4935.9%)
Mutual labels:  admin-dashboard, vue-router
Yoyocms.abpprojecttemplate
一个基于-vue+vuex+vue-router+EF开发的权限管理系统
Stars: ✭ 213 (+446.15%)
Mutual labels:  admin-dashboard, vue-router
vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (+158.97%)
Mutual labels:  admin-dashboard, vue-router
mazer-nuxt
Nuxt 2 version of Mazer - Free Bootstrap 5 Admin Dashboard Template and Landing Page
Stars: ✭ 39 (+0%)
Mutual labels:  admin-dashboard
blog-frontend
前后端分离实践----基于Vue2.js框架博客前端
Stars: ✭ 32 (-17.95%)
Mutual labels:  vue-router
huobi-PC
火币桌面客户端,基于electorn-vue开发
Stars: ✭ 56 (+43.59%)
Mutual labels:  vue-router
lara-s-cms
A PHP Laravel Skeleton for CMS/Admin Dashboard (within/without website)
Stars: ✭ 28 (-28.21%)
Mutual labels:  admin-dashboard
vue-cnode
cnode build by vue2
Stars: ✭ 13 (-66.67%)
Mutual labels:  vue-router
pure-admin
Simple Pure Admin Panel. Want to make simple blog cms and admin panel, Pure Admin is here.
Stars: ✭ 52 (+33.33%)
Mutual labels:  admin-dashboard
stisla-react-free-admin-dashboard
Stisla React Admin Dashboard is a React-based Admin Template that will help you to speed up your project and design your own dashboard UI. You will love it. In this Admin Dashboard, I have included Graphs, Charts, ToastBar, Toggle. This Template is based on the Stisla Admin Dashboard. One of the Top Admin template build in React.
Stars: ✭ 22 (-43.59%)
Mutual labels:  admin-dashboard
Eldin-Space-Vue
Personal Web Portfolio
Stars: ✭ 54 (+38.46%)
Mutual labels:  vue-router
star-admin2-free-admin-template
Star-Admin-2- Free-Bootstrap-Admin-Template
Stars: ✭ 169 (+333.33%)
Mutual labels:  admin-dashboard
thewhite
✒️ It's a minimal and light wordpress blog theme 🎨
Stars: ✭ 87 (+123.08%)
Mutual labels:  white
nativescript-vue-router
A simple router implementation that is suitable for NativeScript-Vue.
Stars: ✭ 14 (-64.1%)
Mutual labels:  vue-router
vue-douban
高仿豆瓣app
Stars: ✭ 22 (-43.59%)
Mutual labels:  vue-router
carpatin-dashboard-free
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.
Stars: ✭ 51 (+30.77%)
Mutual labels:  admin-dashboard

Vue White Dashboard Tweet

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

Product Gif

Vue White Dashboard is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. 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.

Vue White Dashboard comes packed with all plugins that you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful.

Vue White Dashboard features over 16 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. All components can take variations in color, that 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. We thought about everything, so this dashboard comes with 2 versions, Dark Mode and Light Mode.

We are very excited to share this dashboard with you and we look forward to hearing your feedback!

Table of Contents

Versions

Vue Laravel
Vue White Dashboard White Dashboard 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

Documentation

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

File Structure

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

|-- Vue White Dashboard
    ├── CHANGELOG.md
    ├── README.md
    ├── babel.config.js
    ├── package.json
    ├── postcss.config.js
    ├── public
    └── src
    ├── App.vue
    ├── RTLPlugin.js
    ├── assets
    │   ├── css
    │   ├── demo
    │   ├── fonts
    │   ├── img
    │   └── scss
    │       ├── white-dashboard
    │       │   ├── bootstrap
    │       │   ├── custom
    │       │   └── plugins
    │       └── white-dashboard.scss
    ├── components
    │   ├── BaseAlert.vue
    │   ├── BaseButton.vue
    │   ├── BaseCheckbox.vue
    │   ├── BaseNav.vue
    │   ├── BaseRadio.vue
    │   ├── BaseTable.vue
    │   ├── Cards
    │   ├── Charts
    │   ├── CloseButton.vue
    │   ├── Dropdown.vue
    │   ├── HelloWorld.vue
    │   ├── Inputs
    │   ├── Modal.vue
    │   ├── NavbarToggleButton.vue
    │   ├── NotificationPlugin
    │   ├── SidebarPlugin
    │   └── index.js
    ├── config.js
    ├── globalComponents.js
    ├── globalDirectives.js
    ├── i18n.js
    ├── locales
    ├── main.js
    ├── pages
    │   ├── Dashboard
    │   ├── Dashboard.vue
    │   ├── Icons.vue
    │   ├── Layout
    │   ├── Maps.vue
    │   ├── Notifications
    │   ├── Notifications.vue
    │   ├── Profile
    │   ├── TableList.vue
    │   ├── Typography.vue
    │   ├── UpgradeToPRO.vue
    │   └── UserProfile.vue
    └── router.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].