Project Overview
BonVue is a Bootstrap 4 admin dashboard template developed by the Unifato team, providing a complete set of admin UI components for quickly building enterprise-level management backends.
Tech Stack
- Bootstrap 3.3.7
- SCSS
- Gulp (Build Tool)
- Font Awesome 4.7.0
- Material Icons
- Perfect Scrollbar
- Prism (Code Highlighting)
- Pace (Page Load Indicator)
Project Structure
bonvuehtml-21/
└── bonvue-the-ultimate-bootstrap-4-admin-template-ui-kit/
├── bonvue_html.zip # Full HTML version template
├── bonvue_php.zip # Full PHP version template
├── CHANGELOG.txt
├── help/
│ ├── index.html # Documentation homepage
│ ├── package.json
│ └── assets/ # Documentation static assets
└── licensing/ # License files
Core File Description
bonvue_html.zip— Complete HTML template package, ready to use after extractionbonvue_php.zip— PHP template package (includes backend examples)help/index.html— Template usage documentation covering components, layout, SCSS, etc.help/package.json— Gulp build configuration defining SCSS compilation, autoprefixing, and other taskslicensing/GPL.txt— GPL open source license
Quick Start
- Extract
bonvue_html.ziporbonvue_php.zip - Open HTML files directly in a browser, or set up a local server to access them
- To modify SCSS, navigate to the
help/directory and run:
cd help
npm install
gulp
Usage Recommendations
This template provides a complete set of admin interface components. After extraction, it is recommended to first read the help/index.html documentation to understand the layout structure and available CSS classes, then customize development based on business requirements.
