DEV Community

Cover image for Muse - Vue Ant Design Dashboard
admin-dashboards
admin-dashboards

Posted on • Originally published at admin-dashboards.com

Muse - Vue Ant Design Dashboard

This article presents an open-source product crafted by Creative-Tim on top of popular Ant Design: Muse Admin Dashboard. The product aims to help developers start faster a new project using a modern design powered by Vue JS Framework. Designed for those who like bold elements and beautiful websites Muse Vue Ant Design is ready to help you create stunning websites and web apps.

Thanks for reading! - Content provided by Admin Dashboards.



Disclosure - This post contains affiliate links.

If you use these links to buy something (no additional cost to you) I may earn a commission, product, or service. Thank you!


Muse Vue Ant Design Dashboard - Login Page.


Official product description - Muse Vue Ant Design Dashboard is a beautiful Ant Design Vue admin dashboard with a large number of components, designed to look beautiful and organized. All components can take variations in color, that you can easily modify using SASS files and classes. Using this template designers and developers might save a lot of time going from prototyping to full-functional code because all elements are implemented.

If you want to get inspiration or just show something directly to your clients, you can start fast your development with pre-built example pages:


Muse Vue Ant Design Dashboard - Billing Page

Muse Vue Ant Design Dashboard - Billing Page.


Muse Vue Ant Design Dashboard - User profile

Muse Vue Ant Design Dashboard - Profile Page.


Compile from sources

The source code is published on Github, and we can download and compile the project from the public repository without a registration lock. Let's do it!

Step #1 - Download sources

$ git clone https://github.com/creativetimofficial/muse-vue-ant-design-dashboard.git
$ cd muse-vue-ant-design-dashboard
Enter fullscreen mode Exit fullscreen mode

Step #2 - Install Dependencies

$ npm i
// OR
$ yarn
Enter fullscreen mode Exit fullscreen mode

Step #3 - Start the project in development mode

$ npm run dev
// 
$ yarn dev
Enter fullscreen mode Exit fullscreen mode

If all goes well, Muse Ant Dashboard should be up and running in the browser.


Muse Vue Ant Design Dashboard - product cover.


Thanks for reading! For more resources feel free to access:

Top comments (0)