Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Vue.js admin dashboard template from BootstrapDash with Bootstrap 4, MIT license, and an optional premium version.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Stellar Admin Vue is a free Vue.js admin dashboard template from BootstrapDash, built on Bootstrap 4, that provides a complete dashboard front-end scaffold under the MIT license.
Stellar Admin Vue is a free, open-source admin dashboard template created by BootstrapDash and distributed on GitHub under an MIT license. It combines Vue.js, Bootstrap 4, and BootstrapVue inside a vue-cli webpack scaffold, giving developers a ready-to-run dashboard project instead of an empty starting point. The template's input is a standard project structure (template/demo_1 with src/, public/, and package.json), and its output is a hot-reloaded development app at localhost:8080 or a minified production build. BootstrapDash also offers a paid premium version of Stellar Admin for users who need additional components and pages.
The template follows the vue-cli webpack workflow documented in the README. After cloning the stellar-admin-vue-free repository, run npm install to install dependencies, then npm run dev to start the development server with hot reload at localhost:8080. Production output is generated with npm run build, and the npm run build --report command adds a bundle analyzer report; tests run through npm run unit, npm run e2e, or npm test.
The template is free and MIT-licensed. BootstrapDash sells a premium version of Stellar Admin, and the README directs interested users to get in touch with the vendor — no price is stated on the page.
Yes. Stellar Admin Vue is published under an MIT license, so the free version can be used in personal and commercial projects without paying a licensing fee. The repository includes a LICENSE file and the README explicitly states the template is free.
The download contains a template/demo_1 folder with a Vue.js src directory (app, assets/images, assets/styles, index.js), a public folder, package.json, and CHANGELOG.md, plus top-level documentation, README, and LICENSE files. BootstrapDash also hosts a live demo and a documentation page for the free version.
Stellar Admin Vue is built with Vue.js and Bootstrap 4, integrates BootstrapVue, and is scaffolded on the vue-cli webpack template. Development runs with npm run dev at localhost:8080 with hot reload, and production builds are minified with npm run build.
Yes, BootstrapDash offers a premium version of Stellar Admin with additional features. The README directs users to get in touch with BootstrapDash for access, and no price is listed on the page.
Clone the repository from GitHub, change into the stellar-admin-vue-free directory, run npm install, and then npm run dev. The app will serve with hot reload at localhost:8080; use npm run build for a minified production build.
