Code Monkey home page Code Monkey logo

vue-black-dashboard's Introduction

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

Product Gif

Vue Black 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 Black 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 Black 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

Demo

View More.

Quick start

Documentation

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

File Structure

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

|-- Vue Black Dashboard
    |-- .babelrc
    |-- .env
    |-- .eslintrc
    |-- .gitattributes
    |-- .gitignore
    |-- CHANGELOG.md
    |-- CONTRIBUTING.md
    |-- LICENSE.md
    |-- README.md
    |-- package.json
    |-- vue.config.js
    |-- src
        |-- App.vue
        |-- i18n.js
        |-- main.js
        |-- assets
        |   |-- css
        |   |   |-- nucleo-icons.css
        |   |-- demo
        |   |   |-- demo.css
        |   |-- fonts
        |   |   |-- nucleo.eot
        |   |   |-- nucleo.ttf
        |   |   |-- nucleo.woff
        |   |   |-- nucleo.woff2
        |   |-- sass
        |       |-- black-dashboard.scss
        |       |-- black-dashboard
        |           |-- bootstrap
        |           |-- custom
        |           |-- plugins
        |-- components
        |   |-- BaseAlert.vue
        |   |-- BaseButton.vue
        |   |-- BaseCheckbox.vue
        |   |-- BaseDropdown.vue
        |   |-- BaseNav.vue
        |   |-- BaseTable.vue
        |   |-- CloseButton.vue
        |   |-- Modal.vue
        |   |-- NavbarToggleButton.vue
        |   |-- index.js
        |   |-- Cards
        |   |   |-- Card.vue
        |   |   |-- StatsCard.vue
        |   |-- Charts
        |   |   |-- BarChart.js
        |   |   |-- LineChart.js
        |   |   |-- config.js
        |   |   |-- utils.js
        |   |-- Inputs
        |   |   |-- BaseInput.vue
        |   |-- NotificationPlugin
        |   |   |-- Notification.vue
        |   |   |-- Notifications.vue
        |   |   |-- index.js
        |   |-- SidebarPlugin
        |       |-- SideBar.vue
        |       |-- SidebarLink.vue
        |       |-- index.js
        |-- directives
        |   |-- click-ouside.js
        |-- layout
        |   |-- dashboard
        |       |-- Content.vue
        |       |-- ContentFooter.vue
        |       |-- DashboardLayout.vue
        |       |-- MobileMenu.vue
        |       |-- SidebarSharePlugin.vue
        |       |-- TopNavbar.vue
        |-- locales
        |   |-- ar.json
        |   |-- en.json
        |-- pages
        |   |-- Dashboard.vue
        |   |-- Icons.vue
        |   |-- Maps.vue
        |   |-- NotFoundPage.vue
        |   |-- Notifications.vue
        |   |-- Profile.vue
        |   |-- TableList.vue
        |   |-- Typography.vue
        |   |-- Dashboard
        |   |   |-- TaskList.vue
        |   |   |-- UserTable.vue
        |   |-- Notifications
        |   |   |-- NotificationTemplate.vue
        |   |-- Profile
        |       |-- EditProfileForm.vue
        |       |-- UserCard.vue
        |-- plugins
        |   |-- RTLPlugin.js
        |   |-- blackDashboard.js
        |   |-- globalComponents.js
        |   |-- globalDirectives.js
        |   |-- liveDemo.js
        |-- router
            |-- index.js
            |-- routes.js

Browser Support

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

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Black 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 Black 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.

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

vue-black-dashboard's People

Contributors

cristijora avatar dependabot[bot] avatar dragosct avatar maisamaf avatar marqbeniamin avatar rarestoma avatar sajadevo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-black-dashboard's Issues

[Bug] Vue Black Dashboard Pro documention bug

Version

1.1.3

Reproduction link

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

Operating System

Mac Sonoma 14.3.1

Device

Apple

Browser & Version

Chrome - latest

Steps to reproduce

Clicking show code does not open toggle the code in any documentation.

  1. Go to https://demos.creative-tim.com/vue-black-dashboard-pro/documentation/components/alerts.html#/.
  2. Click Show Code.

What is expected?

On clicking the show code button, the box should toggle open.

What is actually happening?

The code box does not toggle open.


Solution

Additional comments

Hi, I have the premium bundle package purchased last year, and we are using the Vue Dashboard: https://demos.creative-tim.com/vue-black-dashboard-pro/. I am working on modifying these to our custom requirements using the documentation here: https://demos.creative-tim.com/vue-black-dashboard-pro/documentation/components/tooltips.html#/. However, several components to view the code do not work anymore. It would be great if you could fix this issue so that we can continue using the documentation mentioned there. Thanks!

Unknown javascript running in the background

I found that every time I open the Vue Black Dashboard (both in my own web apps and in live demo) the page always try to connect to meginaflight.com. I tried to find them at the code and I couldn't find which part is trying to connect to meginaflight.com. Then I checked with Mozilla developer tools and I found that it runs a Javascript code and I found it suspicious.

Screenshot_20191230_091523

Care to explain what this Javascript is? And how do I prevent my page from running this code?

Edit: It turns out that it runs on every Firefox tab. And when I open my web apps on Vivaldi the problem is gone. I think it came from one of the Firefox plugin that I've installed.

[Bug] SidebarFixedToggleButton missing when scrolling

Version

1.2.3

Reproduction link

https://demos.creative-tim.com/vue-black-dashboard-pro/#/components/icons

Operating System

Win 10

Device

Desktop

Browser & Version

Opera GX (LVL2 (core: 71.0.3770.323)) + Chrome (Version 86.0.4240.198)

Steps to reproduce

open Link.
scroll down.
watch top left corner.

What is expected?

to show toggle Button after 50 px.

What is actually happening?

no Button


Solution

I exported the "main-panel"-Scrollbar (as Mainscrollbar) from Dashboardlayout.vue and referenced the Mainscrollbar.scrollbarYTop instead of window.scrollY in SidebarFixedToggleButton.vue (in handleScroll)

Additional comments

Off-topic: The Preview Button-Link in the Issue Form to create a Issue is wrong.
The Link is: https://github.com/creativetimofficial/vue-black-dashboard/new
Correct is: https://github.com/creativetimofficial/vue-black-dashboard/issue/new

pagination search not working? (in demo too)

Upon downloading this through your website (pro version), the pagination search does not work. Has anyone run through a similar issue and been able to solve it?
It also seems to not be working in the live demo.
Thanks

Removal of href to creative tim website

Hi, I have the premium black dashboard template, but I find really annoying that the href to creative tim is not a property of the sidebar plugin, how do I remove this href without messing with DOM elements.

RTL issue on Safari and Mobile browsers

Hi, I noticed an issue on Safari and mobile. We can replicate the issue on the live demo page: after clicking the RTL support link, then going back to dashboard, the display is destroyed, i.e some text didn't returned properly from RTL, the scrollbar also stayed at the left side, instead of going back to the right. Please help me how to handle this is there's a solution for it.

screen shot 2019-03-01 at 9 33 37 pm

problems with vuex

The project cannot identify the vuex modules. Has anyone been through this too?

How increase font for all web app?

How increase font for all web app?

I try

  body {
    font-size: 15px;
  }

but it not worked for me.
Also how change dark to light theme on the fly?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.