-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5ac10d
commit 5c19692
Showing
247 changed files
with
42,305 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@vue/app", | ||
{ | ||
"polyfills": ["es7.object.entries", "es6.promise"] | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VUE_APP_I18N_LOCALE=en | ||
VUE_APP_I18N_FALLBACK_LOCALE=en |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"root": true, | ||
"extends": [ | ||
"plugin:vue/essential" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
*.scss linguist-language=Vue | ||
*.css linguist-language=Vue | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.DS_Store | ||
node_modules/ | ||
npm-debug.log | ||
.idea/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Change Log | ||
|
||
## [1.1.0] 2019-02-12 | ||
- Package updates | ||
- Add pwa support | ||
- Improve accessibility | ||
- Cleanups & other minor UI improvements | ||
- Improve bundle size | ||
|
||
## [1.0.1] 2018-12-03 | ||
### Minor updates | ||
- Upgrade packages | ||
- Change sidebar gradient colors (more pleasant) | ||
- Make links "bolder" in the sidebar so they are more readable | ||
- Improve bundle size, add vue-router prefetch | ||
- Add pwa support | ||
|
||
|
||
## [1.0.0] 2018-10-14 | ||
### Stable Original Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
* Fork the repository | ||
* Clone it on your PC | ||
* `npm install` or `yarn install` | ||
* Make changes, commit open PR | ||
|
||
### Notes | ||
* Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives | ||
|
||
This project uses [vue-cli 3](https://github.com/vuejs/vue-cli). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 Creative Tim (https://www.creative-tim.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
# [Vue-Black Dashboard](https://demos.creative-tim.com/vue-black-dashboard) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=Black%20Dashboard%20by%20Creative%20Tim&url=https%3A%2F%2Fdemos.creative-tim.com%2Fblack-dashboard%2Fexamples%2Fdashboard.html&via=CreativeTim) | ||
|
||
|
||
![version](https://img.shields.io/badge/version-1.0.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard/issues.svg?maxAge=2592000)](https://github.com/creativetimofficial/black-dashboard/issues/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard/issues.svg?maxAge=2592000)](https://github.com/creativetimofficial/black-dashboard/issues/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) | ||
|
||
|
||
![Product Gif](https://github.com/creativetimofficial/vue-black-dashboard/blob/live-demo/src/assets/demo/product-gif.gif?raw=true) | ||
|
||
**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](#demo) | ||
* [Quick Start](#quick-start) | ||
* [Documentation](#documentation) | ||
* [File Structure](#file-structure) | ||
* [Browser Support](#browser-support) | ||
* [Resources](#resources) | ||
* [Reporting Issues](#reporting-issues) | ||
* [Technical Support or Questions](#technical-support-or-questions) | ||
* [Licensing](#licensing) | ||
* [Useful Links](#useful-links) | ||
|
||
|
||
## Demo | ||
|
||
- [Start page](https://demos.creative-tim.com/vue-black-dashboard) | ||
- [User profile page](https://demos.creative-tim.com/vue-black-dashboard/#/profile) | ||
- [Tables page ](https://demos.creative-tim.com/vue-black-dashboard/#/table-list) | ||
- [Maps Page](https://demos.creative-tim.com/vue-black-dashboard/#/maps) | ||
- [Notifications page](https://demos.creative-tim.com//vue-black-dashboard/#/notifications) | ||
|
||
[View More](https://demos.creative-tim.com/vue-black-dashboard). | ||
|
||
|
||
## Quick start | ||
|
||
- Clone the repo: `git clone https://github.com/creativetimofficial/vue-black-dashboard.git`. | ||
- [Download from Github](https://github.com/creativetimofficial/vue-black-dashboard/archive/master.zip). | ||
- [Download from Creative Tim](https://www.creative-tim.com/product/vue-black-dashboard). | ||
|
||
|
||
## Documentation | ||
The documentation for the Vue Black Dashboard is hosted at our [website](https://demos.creative-tim.com/vue-black-dashboard/documentation). | ||
|
||
|
||
## 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: | ||
|
||
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64"> | ||
|
||
|
||
|
||
## 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](https://www.creative-tim.com/). | ||
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](https://www.creative-tim.com/contact-us) instead of opening an issue. | ||
|
||
|
||
## Licensing | ||
|
||
- Copyright 2018 Creative Tim (https://www.creative-tim.com/) | ||
|
||
- Licensed under MIT (https://github.com/creativetimofficial/vue-black-dashboard/issues/blob/master/LICENSE.md) | ||
|
||
|
||
|
||
## Useful Links | ||
|
||
- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim | ||
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w) | ||
- [Freebies](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim | ||
- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money) | ||
|
||
##### 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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// This configuration file is not used anywhere in the code, it's a hack to handle InteliJ relative path imports | ||
// Keep in sync with actual webpack aliases | ||
|
||
const path = require('path'); | ||
|
||
module.exports = { | ||
resolve: { | ||
alias: { | ||
'@': path.resolve(__dirname, 'src') | ||
} | ||
} | ||
}; |
Oops, something went wrong.