Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bootstrap 4 + Vue.js admin dashboard template with components, charts, and maps.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vue Light Bootstrap Dashboard is a free admin dashboard template by Creative Tim that ports Bootstrap 4's UI to a Vue.js single-page application using vue-router for navigation.
Vue Light Bootstrap Dashboard is a Vue.js port of Creative Tim's Light Bootstrap Dashboard UI template, built specifically for admin panels and back-office interfaces. It takes a Vue single-page app and outputs a ready-to-run dashboard with a sidebar, top navbar, charts, tables, and map views. The project is maintained by Creative Tim, and the current version is 2.1.0 with an MIT license.
npm run build.npm run unit and npm run unit:watch commands run unit tests via the included test runner.Once you download or clone the repository, you install dependencies with npm install, start the development server with npm run dev, and view the dashboard at localhost:8000. The codebase is organized around vue-cli's webpack template, so components live in src, routes are defined with vue-router, and global styles use Bootstrap 4.
Vue Light Bootstrap Dashboard is free and released under the MIT license. You can use it for personal and commercial projects without cost, and there are no paid tiers mentioned in the repository.
Yes, the template is free and open source under the MIT license. The README includes an MIT license badge and the repository states "FREE BOOTSTRAP 4 VUEJS ADMIN TEMPLATE", so you can use it in personal and commercial projects without paying.
The current version shown in the README is 2.1.0, indicated by the version badge. The template is a Vue.js port of Creative Tim's Light Bootstrap Dashboard.
No. The contribution guide explicitly says not to use jQuery or jQuery-based plugins because there are pure Vue alternatives. The dashboard is built with Vue.js, vue-router, Bootstrap 4, and Chartist.
The build setup includes npm install, npm run dev for hot-reload development at localhost:8000, npm run build for production minification, and npm run unit plus npm run unit:watch for unit tests.
