Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Vue.js and Bootstrap 4 admin dashboard with ASP.NET Core IdentityServer login, registration, and profile management by Creative Tim.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Vue Argon Dashboard Asp.net is a free, open-source admin dashboard template from Creative Tim that pairs a Vue.js and Bootstrap 4 front end with an ASP.NET Core IdentityServer back end for authentication.
Vue Argon Dashboard Asp.net is an admin dashboard template combining a Vue.js single-page application built with vue-cli and Bootstrap 4 with an ASP.NET Core IdentityServer (IDS) backend. It ships with login, registration, and user profile editing wired to the identity server, and it runs as a Docker Compose project. The template is created by Creative Tim and released under the MIT license.
The repo contains two top-level folders: Vue for the front end and IdentityServer for the .NET Core API. The Vue app uses Vuex for state management (auth and axiosHeaders modules) and vue-router for navigation. The IdentityServer project includes PasswordController, ProfileController, and RegisterController, plus seed data and migrations.
docker-compose up --build from the project root starts both the Vue dashboard and the IdentityServer; the dashboard is served at localhost:8080/admin/dashboard and IdentityServer at localhost:5000/.well-known/openid-configuration.src/assets/scss to change colors and build custom dashboard pages with the included chart, table, and form components.Clone the repository from GitHub, then run docker-compose up --build from the project root. The first run builds the Docker images; afterward the Vue front end is available at localhost:8080/admin/dashboard and the IdentityServer discovery document at localhost:5000/.well-known/openid-configuration. The integration follows the resource owner password flow, which can be modified in Config.cs and Startup.cs.
The template is free and licensed under MIT, with source available on GitHub.
Yes, the template is open source under the MIT license. You can download it from GitHub or Creative Tim and use it in personal and commercial projects without paying a license fee.
It includes a Vue.js and Bootstrap 4 dashboard with over 100 components, three authentication features (login, register, user profile), and a Docker Compose setup that runs the Vue front end alongside an ASP.NET Core IdentityServer. Example pages like Dashboard, Tables, Icons, and Maps are included.
Clone the repository and run docker-compose up --build from the project root. Once the images build, open localhost:8080 for the dashboard and localhost:5000 for the IdentityServer endpoints. You need Docker installed.
The IdentityServer seeds two users: alice and bob, both with the password Pass123$. You can use either account to log into the dashboard after starting the Docker project.
The template officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera. This is stated in the project's README.
