2023-10-03 16:49:32 -03:00
2022-08-01 15:53:34 +04:30
2022-08-01 15:53:34 +04:30
2022-08-19 17:33:50 +04:30
2022-08-01 15:53:34 +04:30
2022-08-01 15:53:34 +04:30
2022-08-19 17:09:46 +04:30
2022-08-19 17:09:46 +04:30
2022-08-19 17:09:46 +04:30
2023-10-03 16:49:32 -03:00
2022-08-01 15:53:34 +04:30

Documentation built by Developers

Each element is well presented in very complex documentation. You can read more about the documentation here.

Example Pages

If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

View example pages here.

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:

  • VueJS 3 - An approachable, performant and versatile framework for building web user interfaces.
  • Bootstrap 5 - Powerful, extensible, and feature-packed frontend toolkit.
  • Popper.js - Kickass library used to manage poppers
  • Pinia - The Vue Store that you will enjoy using.
  • PrismJS - A lightweight and extensible syntax highlighter.
  • TypedJS - A JavaScript Typing Animation Library.
  • Vue Clipboard 3 - Easily copy to clipboard in Vue 3.
  • Vue Count To - A dependency-free, lightweight vue component for count up.

Table of Contents

Versions

VueJS

| Vue Material Dashboard 2 PRO

Demo

View More.

Terminal Commands

  1. Download and Install NodeJs LTS version from NodeJs Official Page.
  2. Navigate to the root ./ directory of the product and run yarn install or npm install to install our local dependencies.

Documentation

The documentation for the Material Kit is hosted at our website.

What's included

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

dsl-Coordest
    ├── public
    ├── src
    │   ├── assets
    │   │   ├── css
    │   │   ├── fonts
    │   │   ├── img
    │   │   ├── js
    │   │   └── scss
    │   ├── components
    │   │   ├── MaterialAlert.vue
    │   │   ├── MaterialAvatar.vue
    │   │   ├── MaterialBadge.vue
    │   │   ├── MaterialButton.vue
    │   │   ├── MaterialCheckbox.vue
    │   │   ├── MaterialInput.vue
    │   │   ├── MaterialPagination.vue
    │   │   ├── MaterialPaginationItem.vue
    │   │   ├── MaterialProgress.vue
    │   │   ├── MaterialSocialButton.vue
    │   │   ├── MaterialSwitch.vue
    │   │   └── MaterialTextArea
    │   ├── examples
    │   │   ├── cards
    │   │   ├── footers
    │   │   ├── navbars
    │   │   ├── tables
    │   │   ├── Breadcrumbs.vue
    │   │   └── Header.vue
    │   ├── layouts
    │   │   ├── sections
    │   │   │    ├── attention-catchers
    │   │   │    ├── components
    │   │   │    ├── elements
    │   │   │    ├── input-areas
    │   │   │    ├── navigation
    │   │   └──  └── page-sections
    │   ├── router
    │   ├── stores
    │   ├── views
    │   │   ├── LandingPages
    │   │   └── Presentation
    │   ├── App.vue
    │   ├── main.js
    │   └── material-kit.js
    ├── .eslintrc.json
    ├── .gitignore
    ├── LICENSE.md
    ├── index.html
    ├── package.json
    ├── README.md
    └── vite.config.js

Browser Support

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

Resources

Licensing

Languages
CSS 45.9%
SCSS 33.1%
Vue 14.1%
JavaScript 6.8%