Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Premium Vue.js 2 admin dashboard template by Creative Tim built with Vuetify and Vuex, with multiple dashboards, pages, and plugins.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vuetify Soft UI Dashboard PRO is a commercial Vue.js 2 admin dashboard template by Creative Tim, built on Vuetify, Vuex, and Vue Router, that ships with multiple dashboard layouts, dozens of pages, and a curated set of third-party Vue plugins.
Vuetify Soft UI Dashboard PRO is the official Vue.js version of Creative Tim's Soft UI Dashboard PRO, redesigned with the Vuetify Material Design component library. It takes a standard Vue CLI 3 project structure and layers in Vuetify components, Vuex state management, Vue Router navigation, and a SCSS-based soft UI theme. The template outputs a ready-to-run admin application covering dashboards, ecommerce, applications, profile pages, authentication screens, tables, and settings.
src/scss/soft-ui-dashboard folder holds variables and styles so you can adjust the look without touching component code.npm install or yarn install to install dependencies.npm run dev or yarn serve to start a development server that opens in your browser.npm run build for a production build and npm run lint for linting.It is a premium Vue.js 2 admin dashboard template created by Creative Tim. It combines Vuetify components, Vuex state management, and a soft UI design system to provide a complete set of dashboard pages, authentication screens, and ecommerce interfaces.
The template integrates noUISlider, Popper.js, Flatpickr, Choices JS, CountUp JS, Chart.js, FullCalendar, Dropzone, Simple-DataTables, PhotoSwipe, Quill, SweetAlert2, and three.js. These plugins are used in the included widgets and pages such as charts, calendars, and image galleries.
The README and dependencies reference Vue.js 2 (specifically Vuejs 2 in the repository description). Vuetify is the version designed for Vue 2, and Vue Router is used in its v2/v3 form. You should verify the package.json for exact versions after download.
Routes are managed in src/router/index.js. The file already defines the dashboard, ecommerce, page, and table routes; you can copy an existing route object and point it to a new view component.
Yes, there is an RTL page under the Pages section, and the project structure includes an Rtl.vue view. This makes it possible to build interfaces for right-to-left languages without a full redesign.
