Support CoreUI Development
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
You can support our Open Source software development in the following ways:
- Buy the CoreUI PRO, and get access to PRO components, and dedicated support.
- Became a sponsor, and get your logo on BACKERS.md/README.md files or each site of this documentation
- Give us a star ⭐️ on Github.
Contents
Discover what’s included in CoreUI Bootstrap Admin Template, including our precompiled and source code flavors.
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.