Project Overview
Vuexy Admin Template v10.11.0 is a multi-framework admin dashboard template collection based on Bootstrap 5, offering pure static HTML, Laravel, Django, ASP.NET Core, and other versions. It includes a complete set of backend page components and layout systems, suitable for quickly building enterprise-level web application admin panels.
Tech Stack
- Bootstrap 5
- HTML5 / CSS3 / Vanilla JavaScript
- Laravel Blade (optional integration)
- Django (optional integration)
- ASP.NET Core Razor Pages / MVC (optional integration)
Project Structure
vuexy-admin-v10.11.0/
├── html-version/Bootstrap5/ # Pure static HTML version (suitable for direct use or integration)
├── html-laravel-version/Bootstrap5/ # Laravel + Bootstrap 5 version
├── django-version/ # Django integration version (includes full/starter-kit)
├── django-version/full-version/ # Django full version (Docker support)
├── aspnet-core/ # ASP.NET Core version (MVC / Razor Pages)
├── Licensing/ # GPL / Commercial license files
├── README.md # Main documentation entry
└── changelog.html # Version changelog
Core File Description
html-version/Bootstrap5/— Pure static HTML admin dashboard template, can be opened directly in a browserhtml-laravel-version/Bootstrap5/— Laravel integration version, requires PHP 8.2+ / Composer / Node environmentdjango-version/full-version/— Django full version, supports Docker deploymentdjango-version/starter-kit/— Django starter kitaspnet-core/MVC/— ASP.NET Core MVC versionaspnet-core/Razor Pages/— ASP.NET Core Razor Pages version
Quick Start
Pure Static HTML Version (Recommended):
Open index.html in the html-version/Bootstrap5/ directory directly with a browser to preview the full admin interface.
Django Version:
cd django-version/full-version
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Laravel Version:
cd html-laravel-version/Bootstrap5
composer install
cp .env.example .env
php artisan key:generate
yarn dev
php artisan serve
Usage Recommendations
This template is a commercially licensed product (Envato Market). Please ensure you have purchased a valid license before use. The pure static HTML version is suitable for rapid prototyping, while the integrated framework versions are ideal for direct use in production projects. The template provides detailed documentation in Chinese; it is recommended to read through the documentation before development to understand component reuse patterns and customization guidelines.
