Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Vue.js admin template built on Bootstrap 4 and Bootstrap-Vue, responsive and mobile-first.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Star Admin Free Vue Admin Template is a free, open-source admin dashboard template for Vue.js that uses Bootstrap 4 through the Bootstrap-Vue framework to provide a responsive, mobile-first UI foundation.
Star Admin Free Vue Admin Template is a free admin panel template built on Vue.js and Bootstrap 4, combining them through the Bootstrap-Vue framework. It provides a ready-made dashboard layout with reusable components, and its source includes compiled app code, documentation, static assets, and configuration files. The template is developed by BootstrapDash and distributed publicly on GitHub, where the repository currently holds 327 stars.
npm run unit) and e2e tests (npm run e2e), plus a combined npm test script.demo_1/ directory with the application, a docs/ folder, a static/ directory for assets, and root-level index.html, LICENCE, README.md, and screenshot.jpg.npm install in demo_1/, and start developing; the README documents all commands.The template is installed from GitHub by cloning the repository, then running npm install inside the demo_1/ directory. After installation, npm run dev starts a development server with hot reload, and npm run build produces a minified production build. Advanced commands include npm run build --report for a bundle analyzer report and npm run unit or npm run e2e for automated tests.
The template is free to download and use. Its GitHub repository is publicly accessible, and the BootstrapDash site lists it as a free admin template.
Yes, the template is free. The title, description, and repository all indicate it is a free admin template, and you can download it from the BootstrapDash website or GitHub.
Clone the repository, go into the demo_1/ folder, run npm install, then use npm run dev for development or npm run build for production. The README provides these commands.
Yes, the download includes a docs/ folder in addition to the README.md file, which contains guidance on installation and usage.
The template uses Vue.js and Bootstrap 4, with the Bootstrap-Vue framework providing Bootstrap 4 components and the grid system as Vue components. Exact version numbers are not specified in the provided content.
Yes, the project has npm scripts for unit tests (npm run unit), e2e tests (npm run e2e), and a npm test script to run all tests.