BonVue v2.1 - HTML Bootstrap 4 Admin Template preview 1

BonVue v2.1 - HTML Bootstrap 4 Admin Template

bookmark

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.

HTML

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

text
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 extraction
  • bonvue_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 tasks
  • licensing/GPL.txt — GPL open source license

Quick Start

  1. Extract bonvue_html.zip or bonvue_php.zip
  2. Open HTML files directly in a browser, or set up a local server to access them
  3. To modify SCSS, navigate to the help/ directory and run:
bash
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.

help_outline

FAQ