You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
5
+
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support). Thanks in advance!
Curious why I decided to create CoreUI? Please read this article: [Jack of all trades, master of none. Why Bootstrap Admin Templates suck.](https://medium.com/@lukaszholeczek/jack-of-all-trades-master-of-none-5ea53ef8a1f#.7eqx1bcd8)
10
10
11
11
CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.
12
12
13
-
CoreUI is based on Bootstrap 4 and offers 6 versions: [HTML5 AJAX](https://github.com/coreui/free-bootstrap-admin-template-ajax), [HTML5](https://github.com/coreui/free-angular-admin-template), [Angular 2+](https://github.com/coreui/free-angular-admin-template), [React.js](https://github.com/coreui/free-react-admin-template) & [Vue.js](https://github.com/coreui/free-vue-admin-template), [.NET Core 2](https://github.com/coreui/free-dotnet-admin-template).
13
+
CoreUI is based on Bootstrap 4 and offers 6 versions: [HTML5 AJAX](https://github.com/coreui/free-bootstrap-admin-template-ajax), [HTML5](https://github.com/coreui/free-angular-admin-template), [Angular](https://github.com/coreui/free-angular-admin-template), [React.js](https://github.com/coreui/free-react-admin-template) & [Vue.js](https://github.com/coreui/free-vue-admin-template), [Laravel](https://github.com/coreui/free-laravel-admin-template).
14
14
15
15
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
16
16
17
17
## Table of Contents
18
18
19
19
*[Versions](#versions)
20
20
*[CoreUI Pro](#coreui-pro)
21
-
*[Admin Templates built on top of CoreUI Pro](#admin-templates-built-on-top-of-coreui-pro)
21
+
*[CoreUI PRO Bootstrap Admin Templates](#coreui-pro-bootstrap-admin-templates)
22
22
*[Installation](#installation)
23
23
*[Usage](#usage)
24
24
*[What's included](#whats-included)
@@ -37,8 +37,8 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
@@ -88,10 +89,28 @@ Within the download you'll find the following directories and files, logically g
88
89
```
89
90
free-bootstrap-admin-template/
90
91
├── build/
92
+
├── pug/
93
+
│ ├── _layout/
94
+
│ ├── _partial/
95
+
│ ├── base/
96
+
│ ├── buttons/
97
+
│ ├── icons/
98
+
│ ├── notifications/
99
+
│ ├── ...
100
+
│ ├── index.pug
101
+
│ └── ...
91
102
├── src/
103
+
│ ├── assets/
104
+
│ │ ├── brand/
105
+
│ │ ├── favicon/
106
+
│ │ ├── icons/
107
+
│ │ ├── img/
108
+
│ ├── base/
109
+
│ ├── buttons/
92
110
│ ├── css/
93
-
│ ├── img/
111
+
│ ├── icons/
94
112
│ ├── js/
113
+
│ ├── notifications/
95
114
│ ├── scss/
96
115
│ ├── vendors/
97
116
│ ├── ...
@@ -143,11 +162,11 @@ Some of projects created by community but not maintained by CoreUI team.
143
162
144
163
## Copyright and license
145
164
146
-
copyright 2018 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/LICENSE).
165
+
copyright 2019 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/LICENSE).
147
166
There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
148
167
149
168
## Support CoreUI Development
150
169
151
-
CoreUI is an MIT licensed open source project and 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 development by donating on [PayPal](https://www.paypal.me/holeczek), buying [CoreUI Pro Version](https://coreui.io/pro) or buying one of our [premium admin templates](https://genesisui.com/?support=1).
170
+
CoreUI is an MIT licensed open source project and 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 development by buying [CoreUI Pro Version](https://coreui.io/pro/).
152
171
153
-
As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).
172
+
We're also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek).
0 commit comments