Hello!
This article presents a curated list with open-source
templates and starters crafted with Vue, a leading JS Library for coding user interfaces. All products are published on Github
and the permissive (MIT) license allows the usage in commercial projects and eLearning activities.
Thanks for reading! Content provided by Admin Dashboards
- π Vue Soft UI Dashboard - built with Vue3
- π Muse Vue Ant Design Dashboard - free product
- π Vue Material Dashboard - 45k+ Downloads
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!
β¨ What is Vue.js?
Vue is s a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only and is easy to pick up and integrate with legacy products.
Getting started with Vue is pretty easy. Here are the steps:
Include dependencies - from a
CDN
storage
<!-- Inlude VueJS - latest production version -->
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
Code a minimal Vue Project
<div id="app">
{{ message }}
</div>
var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue!'
}
})
Hello Vue!
For more information about this amazing library, feel free to access the official website and docs.
β¨ Vue Soft UI Dashboard
Start your Development with an Innovative Admin Template for Bootstrap 5 and VueJS 3. If you like the look & feel of the hottest design trend right now, Soft UI, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.
- π Vue Soft UI Dashboard - product page
- π Vue Soft UI Dashboard - LIVE Demo
This Free Bootstrap 5 & VueJS 3 Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
β¨ Muse Dashboard - Vue Ant Design
Muse - Vue Ant Design Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
- π Muse Vue Ant Design Dashboard - free product
- π Muse Vue Ant Design Dashboard - LIVE Demo
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 is ready to help you create stunning websites and web apps.
β¨ Vue Material Dashboard
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.
- π Vue Material Dashboard - product page
- π Vue Material Dashboard - LIVE Demo
This free product is created thinking about things you actually need in a dashboard. Vue Material Dashboard contains handpicked and optimized Vuejs plugins. Everything is designed to fit with one another.
Thanks for reading! For more resources, feel free to access:
- β¨ More Free Dashboards crafted in Django, Flask, and React
- β¨ More Admin Dashboards - a huge index with products
Top comments (0)