# admin-dashboard
**Repository Path**: c9567/admin-dashboard
## Basic Information
- **Project Name**: admin-dashboard
- **Description**: admin-dashboard
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-01-16
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [Vuetify Material Dashboard](https://www.creative-tim.com/vuetify-material-dashboard) [](https://twitter.com/home?status=Vuetify%20Material%20Dashboard%20-%20Admin%20Template%20for%20Vue.js%20https%3A//www.creative-tim.com/product/vuetify-material-dashboard%20%23vuejs%20%23vuex%20%23dashboard%20%23vuetify%20%23vuetify%20material%20%20%40creativetim)
 [](https://github.com/creativetimofficial/vuetify-material-dashboard/issues?q=is%3Aopen+is%3Aissue) [](https://github.com/creativetimofficial/vuetify-material-dashboard/issues?q=is%3Aissue+is%3Aclosed) [](https://gitter.im/creative-tim/material-dashboard) [](https://discord.gg/E4aHAQy)

Vuetify Material Dashboard is a beautiful resource built over [Vuetify](https://vuetifyjs.com/en/) and [Vuex](https://vuex.vuejs.org/installation.html). It will help you get started developing dashboards in no time. Vuetify Material Dashboard is the official Vuejs version of the Original [Material Dashboard](https://www.creative-tim.com/product/material-dashboard). Using the Dashboard is pretty simple but requires basic knowledge of Javascript, [Vue](https://vuejs.org/v2/guide/), [Vuex](https://vuex.vuejs.org/installation.html) and [Vue-Router](https://router.vuejs.org/en/).
## Getting Started
- Install Nodejs from [Nodejs Official Page](https://nodejs.org/en/)
- Open your terminal
- Navigate to the project
- Run `npm install` or `yarn install` if you use [Yarn](https://yarnpkg.com/en/)
- Run `npm run dev` or `yarn serve` to start a local development server
- A new tab will be opened in your browser
You can also run additional npm tasks such as
- `npm run build` to build your app for production
- `npm run lint` to run linting.
## Vuetify
Vuetify is developed exactly according to Material Design spec. Every component is hand crafted to bring you the best possible UI tools to your next great app. The development doesn't stop at the core components outlined in Google's spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.
## Vuex
Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official [devtools](https://github.com/vuejs/vue-devtools) extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.
## Vue-cli
We used the latest 3.x [Vue CLI](https://github.com/vuejs/vue-cli) which aims to reduce project configuration
to as little as possible. Almost everything is inside `package.json` + some other related files such as
`.babel.config.js`, `.eslintrc.js` and `.postcssrc.js`
## Element-UI
Vuetify Material Dashboard also uses [element-ui](https://vuetifyjs.com/en/components/api-explorer) components and restyles them to achieve consistent and homogenous interface with the existing custom components and general UI of the dashboard.
Let us know what you think and what we can improve below. And good luck with development!
#### Special thanks
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
- [Vuetify](https://vuetifyjs.com/en/) for the wonderful framework
Let us know your thoughts below. And good luck with development!
## Table of Contents
* [Versions](#versions)
* [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)
## Versions
[
](https://www.creative-tim.com/product/vuetify-material-dashboard)
[
](https://www.creative-tim.com/product/material-dashboard-pro)
[
](https://www.creative-tim.com/product/material-dashboard-pro-react)
[
](https://www.creative-tim.com/product/vue-material-dashboard-pro)
[
](https://www.creative-tim.com/product/material-dashboard-pro-angular2)
Vuetify | Vue | React | Angular | HTML |
| --- | --- | --- | --- | --- |
| [](https://www.creative-tim.com/product/vuetify-material-dashboard-pro) | [](https://www.creative-tim.com/product/vue-material-dashboard) | [](https://www.creative-tim.com/product/material-dashboard-react) | [](https://www.creative-tim.com/product/material-dashboard-angular2) | [](https://www.creative-tim.com/product/material-dashboard)
## Demo
- [Start page](https://demos.creative-tim.com/vuetify-material-dashboard)
- [Notifications page](https://demos.creative-tim.com/vuetify-material-dashboard/#/notifications)
[View More](https://demos.creative-tim.com/vue-material-dashboard-pro).
## Quick start
Quick start options:
- Download from [Creative Tim](https://www.creative-tim.com/product/vuetify-material-dashboard)
## Documentation
The documentation for the Vuetify Material Dashboard is hosted at our [website](https://demos.creative-tim.com/vuetify-material-dashboard/documentation).
## File Structure
Within the download you'll find the following directories and files:
```
vuetify-material-dashboard
├── README.md
├── babel.config.js
├── package.json
├── public
│ ├── favicon.ico
│ └── index.html
├── src
│ ├── App.vue
│ ├── assets
│ ├── components
│ │ ├── core
│ │ │ ├── Drawer.vue
│ │ │ ├── Filter.vue
│ │ │ ├── Footer.vue
│ │ │ ├── Toolbar.vue
│ │ │ └── View.vue
│ │ ├── helper
│ │ │ └── Offset.vue
│ │ ├── index.js
│ │ └── material
│ │ ├── Card.vue
│ │ ├── ChartCard.vue
│ │ ├── Notification.vue
│ │ └── StatsCard.vue
│ ├── i18n
│ │ └── index.js
│ ├── lang
│ │ ├── en
│ │ │ ├── Common.json
│ │ │ ├── Core
│ │ │ │ ├── Footer.json
│ │ │ │ └── Toolbar.json
│ │ │ └── Home.json
│ │ └── index.js
│ ├── main.js
│ ├── plugins
│ │ ├── axios.js
│ │ ├── chartist.js
│ │ ├── index.js
│ │ ├── theme.js
│ │ └── vuetify.js
│ ├── router
│ │ ├── index.js
│ │ └── paths.js
│ ├── store
│ │ ├── actions.js
│ │ ├── getters.js
│ │ ├── index.js
│ │ ├── modules
│ │ │ ├── app
│ │ │ │ ├── mutations.js
│ │ │ │ └── state.js
│ │ │ └── index.js
│ │ ├── mutations.js
│ │ └── state.js
│ ├── styles
│ │ ├── index.scss
│ │ └── material-dashboard
│ ├── utils
│ │ └── vuex.js
│ └── views
│ ├── Dashboard.vue
│ ├── Icons.vue
│ ├── Maps.vue
│ ├── Notifications.vue
│ ├── TableList.vue
│ ├── Typography.vue
│ ├── Upgrade.vue
│ └── UserProfile.vue
├── vue.config.js
└── yarn.lock
```
## Browser Support
At present, we officially aim to support the last two versions of the following browsers:
## Resources
- [Live Preview](https://demos.creative-tim.com/vuetify-material-dashboard)
- Download Page: https://www.creative-tim.com/product/vuetify-material-dashboard
- Documentation is [here](https://demos.creative-tim.com/vuetify-material-dashboard/documentation)
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: [Github Issues Page](https://github.com/creativetimofficial/vuetify-material-dashboard/issues)
- Vue Material Dashboard - [demo](https://www.creative-tim.com/product/vue-material-dashboard?ref=github-md-pro)
- For Front End Development - [Material Kit Pro ](https://www.creative-tim.com/product/material-kit-pro?ref=github-md-pro)
## Reporting Issues
We use GitHub Issues as the official bug tracker for the Vuetify Material 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 Vuetify Material 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)
- Creative Tim [license](https://www.creative-tim.com/license)
## Useful Links
- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim
- [Vue products](https://www.creative-tim.com/bootstrap-themes/vuejs-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:
Facebook:
Dribbble:
Google+:
Instagram: