Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Creative Tim Paper Dashboard made for Vue

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vue Paper Dashboard is a free, MIT-licensed admin dashboard template that ports Creative Tim's Paper Dashboard UI into a Vue.js single-page application built with vue-router.
Vue Paper Dashboard is the Vue.js edition of Creative Tim's Paper Dashboard, a Bootstrap-based admin UI theme. It takes the original HTML/CSS template and re-implements it as a Vue application, using vue-router for client-side navigation between dashboard sections. The project is hosted on GitHub under the name vue-paper-dashboard, has a live demo at cristijora.github.io/vue-paper-dashboard, and comes with official documentation at vuejs.creative-tim.com. The repository description states it as "Creative Tim Paper Dashboard made for Vue."
npm run dev, npm run build, and npm run lint follow the standard Vue CLI setup, with hot reload on localhost:8080 during development.The README documents a standard Vue CLI development loop: run npm install to fetch dependencies, then npm run dev to serve the app with hot reload at localhost:8080. For production, npm run build creates a minified bundle, and npm run lint checks code style. The project also links to the Vue CLI guide for "detailed explanation on how things work."
The template is open source under the MIT license, so it is free to use and available for commercial projects. No pricing tiers or paid upgrades are listed in the repository.
