yusufdalva / Material-dashboard-bank-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Vue Material Dashboard is a beautiful resource built over Vue Material and Vuejs. It will help you get started developing dashboards in no time. Vue Material Dashboard 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 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!

Check the Live Demo here.

☁️ Build Setup

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

What's included

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

vue-material-dashboard
├── README.md
├── package.json
├── public
│   ├── favicon.png
│   └── index.html
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── img
│   │   │   ├── apple-icon.png
│   │   │   ├── faces
│   │   │   │   └── marc.jpg
│   │   │   ├── favicon.png
│   │   │   ├── mask.png
│   │   │   ├── new_logo.png
│   │   │   ├── sidebar-1.jpg
│   │   │   ├── sidebar-2.jpg
│   │   │   ├── sidebar-3.jpg
│   │   │   ├── sidebar-4.jpg
│   │   │   ├── tim_80x80.png
│   │   │   └── vue-logo.png
│   │   └── 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
│   │   │   ├── Extra
│   │   │   │   └── FixedPlugin.vue
│   │   │   ├── MobileMenu.vue
│   │   │   └── TopNavbar.vue
│   │   ├── Maps.vue
│   │   ├── Notifications.vue
│   │   ├── TableList.vue
│   │   ├── Typography.vue
│   │   ├── UserProfile
│   │   │   ├── EditProfileForm.vue
│   │   │   └── UserCard.vue
│   │   ├── UserProfile.vue
│   │   └── index.js
│   └── routes
│       └── routes.js
└── vue.config.js

Useful Links

More products from Creative Tim: https://www.creative-tim.com/bootstrap-themes

Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w

Freebies: http://www.creative-tim.com/products

Affiliate Program (earn money): http://www.creative-tim.com/affiliates/new

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

About


Languages

Language:CSS 63.9%Language:Vue 33.4%Language:JavaScript 2.4%Language:HTML 0.3%