- Componentes: [Lista completa de componentes] (https://vuematerial.io/components/app)
- Mas componentes Mas componenes
- Iconos: [Lista completa de iconos] (https://material.io/resources/icons/?style=baseline)
- Demo: [Demo de plantilla] (https://demos.creative-tim.com/vue-material-dashboard)
- Download Page: [Descargar plantilla] (https://www.creative-tim.com/product/vue-material-dashboard)
- Documentation: Documentacion plantilla
npm install
npm run dev
npm run build
The documentation for the Vue Material Dashboard is hosted at our website.
Within the download you'll find the following directories and files:
vue-material-dashboard
├── README.md
├── babel.config.js
├── package.json
├── postcss.config.js
├── public
│ └── index.html
└── src
├── App.vue
├── assets
│ ├── img
│ └── scss
│ ├── material-dashboard.scss
│ └── md
├── components
│ ├── Cards
│ │ ├── ChartCard.vue
│ │ ├── NavTabsCard.vue
│ │ └── StatsCard.vue
│ ├── Dropdown.vue
│ ├── NotificationPlugin
│ │ ├── Notification.vue
│ │ ├── Notifications.vue
│ │ └── index.js
│ ├── SidebarPlugin
│ │ ├── SideBar.vue
│ │ ├── SidebarLink.vue
│ │ └── index.js
│ ├── Tables
│ │ ├── NavTabsTable.vue
│ │ ├── OrderedTable.vue
│ │ └── SimpleTable.vue
│ └── index.js
├── globalComponents.js
├── globalDirectives.js
├── main.js
├── material-dashboard.js
├── pages
│ ├── Dashboard.vue
│ ├── Icons.vue
│ ├── Layout
│ │ ├── Content.vue
│ │ ├── ContentFooter.vue
│ │ ├── DashboardLayout.vue
│ │ ├── MobileMenu.vue
│ │ └── TopNavbar.vue
│ ├── Maps.vue
│ ├── Notifications.vue
│ ├── TableList.vue
│ ├── Typography.vue
│ ├── UpgradeToPRO.vue
│ ├── UserProfile
│ │ ├── EditProfileForm.vue
│ │ └── UserCard.vue
│ ├── UserProfile.vue
│ └── index.js
└── routes
└── routes.js
-
Copyright 2018 Creative Tim (https://www.creative-tim.com/)
-
Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)