Contents
Discover what’s included in CoreUI Bootstrap Admin Template, including our precompiled and source code flavors.
๐ค Looking for the LLM-optimized version? View llm.md
On this page
Project structure
Once downloaded, unzip the compressed folder and you’ll see something like this:
coreui-bootstrap-admin-template/
โโโ build/
โโโ dist/
โโโ src/
โ โโโ assets/
โ โ โโโ brand/
โ โ โโโ favicon/
โ โ โโโ icons/
โ โ โโโ img/
โ โโโ js/
โ โโโ pug/
โ โ โโโ _layout/
โ โ โโโ _partial/
โ โ โโโ base/
โ โ โโโ buttons/
โ โ โโโ icons/
โ โ โโโ notifications/
โ โ โโโ ...
โ โ โโโ index.pug
โ โ โโโ ...
โ โโโ scss/
โ โโโ vendors/
โ โโโ views/
โ โโโ base/
โ โโโ buttons/
โ โโโ css/
โ โโโ icons/
โ โโโ notifications/
โ โโโ ...
โ โโโ index.html
โ โโโ ...
โโโ package.json
This is the most basic form of CoreUI Admin Templates. The scss/
and js/
are the source code for our CSS and JavaScript. The dist/
folder includes precompiled files for quick drop-in usage in nearly any web project. Beyond that, any other included file provides support for packages, license information, and development.