Muse - Vue Ant Design Dashboard PRO is a beautiful Ant Design Vue admin dashboard with a large number of components, designed to look beautiful and organized
Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks and fully coded pages, Muse Vue Ant Design Dashboard PRO is ready to help you create stunning websites and webapps.
We created many examples for pages like Sign In, Profile and so on. Just choose between a Basic Design, an illustration or a cover and you are good to go!
Fully Coded Elements
Muse - Vue Ant Design Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented.
View all components here.
Documentation built by Developers
Each element is well presented in a 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.
HELPFUL LINKS
View Github Repository
Check FAQ Page
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!
HTML |
---|
Quick start options:
The documentation for the Muse Vue Ant Design Dashboard PRO is hosted at our website.
Within the download you'll find the following directories and files:
muse-vue-ant-design-dashboard-pro
.
├── README.md
├── babel.config.js
├── package.json
├── public
│ ├── images
│ │ ├── icons
│ │ │ └── flags
│ │ ├── illustrations
│ │ ├── logos
│ │ │ ├── facebook.svg
│ │ │ ├── gray-logos
│ │ │ │ ├── logo-coinbase.svg
│ │ │ │ ├── logo-nasa.svg
│ │ │ │ ├── logo-netflix.svg
│ │ │ │ ├── logo-pinterest.svg
│ │ │ │ ├── logo-spotify.svg
│ │ │ │ └── logo-vodafone.svg
│ │ │ ├── icon-bulb.svg
│ │ │ ├── logo-apple.svg
│ │ │ ├── logo-asana.svg
│ │ │ ├── logo-atlassian.svg
│ │ │ ├── logo-google-drive.svg
│ │ │ ├── logo-invision.svg
│ │ │ ├── logo-jira.svg
│ │ │ ├── logo-shopify.svg
│ │ │ ├── logo-slack.svg
│ │ │ ├── logo-spotify.svg
│ │ │ ├── logo-weave.svg
│ │ │ ├── logo-webdev.svg
│ │ │ ├── logo-xd.svg
│ │ │ └── logos-facebook.svg
│ │ ├── shapes
│ │ │ ├── pattern-lines.svg
│ │ │ └── waves-white.svg
│ │ └── small-logos
│ │ ├── icon-bulb.svg
│ │ ├── logo-asana.svg
│ │ ├── logo-atlassian.svg
│ │ ├── logo-invision.svg
│ │ ├── logo-jira.svg
│ │ ├── logo-slack.svg
│ │ ├── logo-spotify.svg
│ │ └── logo-xd.svg
│ └── index.html
├── src
│ ├── App.vue
│ ├── components
│ │ ├── Cards
│ │ │ ├── CardBarChart.vue
│ │ │ ├── CardBillingInfo.vue
│ │ │ ├── CardCategories.vue
│ │ │ ├── CardConversations.vue
│ │ │ ├── CardCredit.vue
│ │ │ ├── CardInfo.vue
│ │ │ ├── CardInfo2.vue
│ │ │ ├── CardInvoices.vue
│ │ │ ├── CardLineChart.vue
│ │ │ ├── CardNextEvents.vue
│ │ │ ├── CardNotification.vue
│ │ │ ├── CardOrderHistory.vue
│ │ │ ├── CardPaymentMethods.vue
│ │ │ ├── CardPlatformSettings.vue
│ │ │ ├── CardProfileInformation.vue
│ │ │ ├── CardProject.vue
│ │ │ ├── CardProject2.vue
│ │ │ ├── CardProjectTable.vue
│ │ │ ├── CardSalesByCountryTable.vue
│ │ │ ├── CardTransactions.vue
│ │ │ └── CardTransactions2.vue
│ │ ├── Charts
│ │ │ ├── ChartBar.vue
│ │ │ ├── ChartBar2.vue
│ │ │ ├── ChartBarHorizontal.vue
│ │ │ ├── ChartBubble.vue
│ │ │ ├── ChartDoughnut.vue
│ │ │ ├── ChartLine.vue
│ │ │ ├── ChartLine2.vue
│ │ │ ├── ChartLineFull.vue
│ │ │ ├── ChartLineGradient.vue
│ │ │ ├── ChartLineWidget.vue
│ │ │ ├── ChartMixed.vue
│ │ │ ├── ChartPie.vue
│ │ │ ├── ChartPolar.vue
│ │ │ └── ChartRadar.vue
│ │ ├── Footers
│ │ │ ├── DashboardFooter.vue
│ │ │ └── DefaultFooter.vue
│ │ ├── Headers
│ │ │ ├── DashboardHeader.vue
│ │ │ └── DefaultHeader.vue
│ │ ├── Kanban
│ │ │ ├── Kanban.vue
│ │ │ ├── KanbanBoard.vue
│ │ │ └── KanbanTask.vue
│ │ ├── Sidebars
│ │ │ ├── DashboardSettingsDrawer.vue
│ │ │ └── DashboardSidebar.vue
│ │ └── Widgets
│ │ ├── WidgetCounter.vue
│ │ ├── WidgetGlobe.vue
│ │ ├── WidgetLineChart.vue
│ │ └── WidgetSalary.vue
│ ├── layouts
│ │ ├── Dashboard.vue
│ │ ├── DashboardRTL.vue
│ │ └── Default.vue
│ ├── main.js
│ ├── plugins
│ │ └── three
│ │ ├── orbit-controls.js
│ │ └── threejs.js
│ ├── router
│ │ └── index.js
│ ├── scss
│ │ ├── app.scss
│ │ ├── base
│ │ │ ├── _override.scss
│ │ │ ├── _typography.scss
│ │ │ ├── _utilities.scss
│ │ │ └── _variables.scss
│ │ ├── components
│ │ │ ├── _alerts.scss
│ │ │ ├── _avatar.scss
│ │ │ ├── _badge.scss
│ │ │ ├── _button.scss
│ │ │ ├── _card.scss
│ │ │ ├── _chart.scss
│ │ │ ├── _dropdown.scss
│ │ │ ├── _fullcalendar.scss
│ │ │ ├── _kanban.scss
│ │ │ ├── _list.scss
│ │ │ ├── _notifications.scss
│ │ │ ├── _photoswipe.scss
│ │ │ ├── _progress.scss
│ │ │ ├── _settings-drawer.scss
│ │ │ ├── _space.scss
│ │ │ ├── _table.scss
│ │ │ ├── _tabs.scss
│ │ │ ├── _tag.scss
│ │ │ ├── _timeline.scss
│ │ │ └── _widget.scss
│ │ ├── form
│ │ │ ├── _checkbox.scss
│ │ │ ├── _input.scss
│ │ │ ├── _quill.scss
│ │ │ └── _tags.scss
│ │ ├── layouts
│ │ │ ├── _dashboard-rtl.scss
│ │ │ ├── _dashboard.scss
│ │ │ └── _default.scss
│ │ └── pages
│ │ ├── _invoice.scss
│ │ ├── _pricing.scss
│ │ ├── _profile.scss
│ │ ├── _sign-in.scss
│ │ └── _sign-up.scss
│ └── views
│ ├── 404.vue
│ ├── Account
│ │ ├── Billing.vue
│ │ ├── Invoice.vue
│ │ └── Settings.vue
│ ├── Alerts.vue
│ ├── Applications
│ │ ├── Calendar.vue
│ │ ├── DataTables.vue
│ │ ├── Kanban.vue
│ │ └── Wizard.vue
│ ├── Authentication
│ │ └── Sign-Up
│ │ ├── Basic.vue
│ │ ├── Cover.vue
│ │ └── Illustration.vue
│ ├── Charts.vue
│ ├── Dashboards
│ │ ├── CRM.vue
│ │ └── Default.vue
│ ├── Ecommerce
│ │ ├── Orders
│ │ │ ├── OrdersDetails.vue
│ │ │ └── OrdersList.vue
│ │ └── Products
│ │ ├── EditProduct.vue
│ │ ├── NewProduct.vue
│ │ └── ProductPage.vue
│ ├── Layout.vue
│ ├── Notifications.vue
│ ├── Pricing.vue
│ ├── Profile
│ │ ├── AllProjects.vue
│ │ └── ProfileOverview.vue
│ ├── Projects
│ │ └── Timeline.vue
│ ├── RTL.vue
│ └── Users
│ └── New.vue
├── static
│ ├── images
│ │ └── logos
│ └── logos
├── vue.config.js
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Muse Vue Ant Design Dashboard PRO. Here are some advices for our users that want to report an issue:
If you have questions or need help integrating the product please contact us instead of opening an issue.
More products from Creative Tim
Freebies from Creative Tim
Affiliate Program (earn money)
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Instagram: https://instagram.com/creativetimofficial