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.