请选择 进入手机版 | 继续访问电脑版
  • 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

creativetimofficial/ct-vue-material-dashboard-pro: Vue Material Dashboard Pro - ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

creativetimofficial/ct-vue-material-dashboard-pro

开源软件地址(OpenSource Url):

https://github.com/creativetimofficial/ct-vue-material-dashboard-pro

开源编程语言(OpenSource Language):


开源软件介绍(OpenSource Introduction):

Vue Material Dashboard PRO Tweet

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

Product Gif

Vue Material Dashboard PRO is a beautiful resource built over Vue Material and Vuejs. It will help you get started developing dashboards in no time. Vue Material Dashboard PRO is the official Vuejs version of the Original Material Dashboard. Using the Dashboard is pretty simple but requires basic knowledge of Javascript, Vuejs and Vue Router.

We have created it thinking about things you actually need in a dashboard. Vue Material Dashboard PRO contains handpicked and optimised Vuejs plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customisation of this product.

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:

Let us know your thoughts below. And good luck with development!

Table of Contents

Versions

Vue React Angular HTML
Vue Material Dashboard Pro HTML Material Dashboard Pro React Material Dashboard Pro Angular Material Dashboard Pro HTML

Demo

View More.

Quick start

Quick start options:

Documentation

The documentation for the Material Dashboard Pro is hosted at our website.

File Structure

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

vue-material-dashboard-pro/
├── CHANGELOG.md
├── README.md
├── babel.config.js
├── package.json
├── postcss.config.js
├── public
│   ├── img
│   │   ├── faces
│   │   └── flags
│   └── index.html
└── src
    ├── App.vue
    ├── assets
    │   ├── css
    │   └── scss
    │       ├── material-dashboard.scss
    │       └── md
    ├── components
    │   ├── AnimatedNumber.vue
    │   ├── Badge.vue
    │   ├── Cards
    │   │   ├── ChartCard.vue
    │   │   ├── GlobalSalesCard.vue
    │   │   ├── LockCard.vue
    │   │   ├── LoginCard.vue
    │   │   ├── NavTabsCard.vue
    │   │   ├── PricingCard.vue
    │   │   ├── ProductCard.vue
    │   │   ├── SignupCard.vue
    │   │   ├── StatsCard.vue
    │   │   └── TestimonialCard.vue
    │   ├── Collapse.vue
    │   ├── Dropdown.vue
    │   ├── Inputs
    │   │   └── IconCheckbox.vue
    │   ├── Modal.vue
    │   ├── NotificationPlugin
    │   │   ├── Notification.vue
    │   │   ├── Notifications.vue
    │   │   └── index.js
    │   ├── Pagination.vue
    │   ├── SidebarPlugin
    │   │   ├── SideBar.vue
    │   │   ├── SidebarItem.vue
    │   │   └── index.js
    │   ├── Slider.vue
    │   ├── Tables
    │   │   └── GlobalSalesTable.vue
    │   ├── Tabs.vue
    │   ├── Timeline
    │   │   ├── TimeLine.vue
    │   │   └── TimeLineItem.vue
    │   ├── Wizard
    │   │   ├── Wizard.vue
    │   │   ├── WizardTab.vue
    │   │   └── throttle.js
    │   ├── WorldMap
    │   │   ├── AsyncWorldMap.vue
    │   │   ├── WorldMap.vue
    │   │   └── world_map.js
    │   └── index.js
    ├── globalComponents.js
    ├── globalDirectives.js
    ├── main.js
    ├── material-dashboard.js
    ├── pages
    │   ├── Dashboard
    │   │   ├── Calendar.vue
    │   │   ├── Charts.vue
    │   │   ├── Components
    │   │   │   ├── Buttons.vue
    │   │   │   ├── GridSystem.vue
    │   │   │   ├── Icons.vue
    │   │   │   ├── Notifications.vue
    │   │   │   ├── Panels.vue
    │   │   │   ├── SweetAlert.vue
    │   │   │   └── Typography.vue
    │   │   ├── Dashboard.vue
    │   │   ├── Forms
    │   │   │   ├── ExtendedForms.vue
    │   │   │   ├── RegularForms.vue
    │   │   │   ├── ValidationForms
    │   │   │   │   ├── LoginForm.vue
    │   │   │   │   ├── RangeValidationForm.vue
    │   │   │   │   ├── RegisterForm.vue
    │   │   │   │   └── TypeValidationForm.vue
    │   │   │   ├── ValidationForms.vue
    │   │   │   ├── Wizard
    │   │   │   │   ├── FirstStep.vue
    │   │   │   │   ├── SecondStep.vue
    │   │   │   │   └── ThirdStep.vue
    │   │   │   └── Wizard.vue
    │   │   ├── Layout
    │   │   │   ├── Content.vue
    │   │   │   ├── ContentFooter.vue
    │   │   │   ├── DashboardLayout.vue
    │   │   │   ├── Extra
    │   │   │   │   ├── MobileMenu.vue
    │   │   │   │   └── UserMenu.vue
    │   │   │   └── TopNavbar.vue
    │   │   ├── Maps
    │   │   │   ├── API_KEY.js
    │   │   │   ├── FullScreenMap.vue
    │   │   │   ├── GoogleMaps.vue
    │   │   │   ├── VectorMaps.vue
    │   │   │   ├── WorldMap.vue
    │   │   │   └── world_map.js
    │   │   ├── Pages
    │   │   │   ├── AuthLayout.vue
    │   │   │   ├── Lock.vue
    │   │   │   ├── Login.vue
    │   │   │   ├── Pricing.vue
    │   │   │   ├── Register.vue
    │   │   │   ├── RtlSupport.vue
    │   │   │   ├── TimeLinePage.vue
    │   │   │   ├── UserProfile
    │   │   │   │   ├── EditProfileForm.vue
    │   │   │   │   └── UserCard.vue
    │   │   │   └── UserProfile.vue
    │   │   ├── Tables
    │   │   │   ├── ExtendedTables.vue
    │   │   │   ├── PaginatedTables.vue
    │   │   │   ├── RegularTables.vue
    │   │   │   └── users.js
    │   │   └── Widgets.vue
    │   ├── FixedPlugin.vue
    │   └── index.js
    └── routes
        └── routes.js

Browser Support

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

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. 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 Material Dashboard Pro. 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




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap