Skip to content

Commit 4c4b29b

Browse files
committed
Ship v3.0.0-alpha.1
1 parent c63eb04 commit 4c4b29b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+7208
-5238
lines changed

README.md

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

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) 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!
66

77
[![Bootstrap Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/)
88

99
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)
1010

1111
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.
1212

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).
1414

1515
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!
1616

1717
## Table of Contents
1818

1919
* [Versions](#versions)
2020
* [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)
2222
* [Installation](#installation)
2323
* [Usage](#usage)
2424
* [What's included](#whats-included)
@@ -37,8 +37,8 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
3737

3838
* [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template)
3939
* [CoreUI Free Bootstrap Admin Template (Ajax)](https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax)
40-
* [CoreUI Free Angular 2+ Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
41-
* 🚧 CoreUI Free .NET Core 2 Admin Template (Available Soon)
40+
* [CoreUI Free Angular Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
41+
* [CoreUI Free Laravel Admin Template](https://github.com/coreui/coreui-free-laravel-admin-template)
4242
* [CoreUI Free React.js Admin Template](https://github.com/coreui/coreui-free-react-admin-template)
4343
* [CoreUI Free Vue.js Admin Template](https://github.com/coreui/coreui-free-vue-admin-template)
4444

@@ -50,11 +50,12 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
5050
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react)
5151
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue)
5252

53-
## Admin Templates built on top of CoreUI Pro
53+
## CoreUI PRO Bootstrap Admin Templates
54+
55+
| Default Layout | Dark Layout |
56+
| --- | --- |
57+
| [![CoreUI Pro Bootstrap Admin Template](https://coreui.io/images/mockups/mockup_3_light.png)](https://coreui.io/pro/) | [![CoreUI Pro Bootstrap Admin Template](https://coreui.io/images/mockups/mockup_3_dark.png)](https://coreui.io/pro/)
5458

55-
| CoreUI Pro | Prime | Root | Alba | Leaf |
56-
| --- | --- | --- | --- | --- |
57-
| [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/) | [![Prime Admin Template](https://genesisui.com/assets/img/templates/prime1280.jpg)](https://genesisui.com/admin-templates/bootstrap/prime/?support=1) | [![Root Admin Template](https://genesisui.com/assets/img/templates/root1280.jpg)](https://genesisui.com/admin-templates/bootstrap/root/?support=1) | [![Alba Admin Template](https://genesisui.com/assets/img/templates/alba1280.jpg)](https://genesisui.com/admin-templates/bootstrap/alba/?support=1) | [![Leaf Admin Template](https://genesisui.com/assets/img/templates/leaf1280.jpg)](https://genesisui.com/admin-templates/bootstrap/leaf/?support=1)
5859

5960
## Installation
6061

@@ -88,10 +89,28 @@ Within the download you'll find the following directories and files, logically g
8889
```
8990
free-bootstrap-admin-template/
9091
├── build/
92+
├── pug/
93+
│ ├── _layout/
94+
│ ├── _partial/
95+
│ ├── base/
96+
│ ├── buttons/
97+
│ ├── icons/
98+
│ ├── notifications/
99+
│ ├── ...
100+
│ ├── index.pug
101+
│ └── ...
91102
├── src/
103+
│ ├── assets/
104+
│ │ ├── brand/
105+
│ │ ├── favicon/
106+
│ │ ├── icons/
107+
│ │ ├── img/
108+
│ ├── base/
109+
│ ├── buttons/
92110
│ ├── css/
93-
│ ├── img/
111+
│ ├── icons/
94112
│ ├── js/
113+
│ ├── notifications/
95114
│ ├── scss/
96115
│ ├── vendors/
97116
│ ├── ...
@@ -143,11 +162,11 @@ Some of projects created by community but not maintained by CoreUI team.
143162

144163
## Copyright and license
145164

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).
147166
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.
148167

149168
## Support CoreUI Development
150169

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/).
152171

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).

build/pug.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,7 @@ const checkPath = (src, dest, injectVendors, injectSvg) => {
7474
// TODO: handle errors
7575
})
7676
} else if (isPug(src)) {
77-
if (src.includes('_partial') || src.includes('_partial')) {
78-
const files = getAllFiles('pug/')
79-
files.forEach(file => {
80-
if (isPug(file)) {
81-
compilePugToHtml(resolve(file), dest, injectVendors, injectSvg)
82-
}
83-
// TODO: handle errors
84-
})
85-
} else {
86-
compilePugToHtml(resolve(src), dest, injectVendors, injectSvg)
87-
}
77+
compilePugToHtml(resolve(src), dest, injectVendors, injectSvg)
8878
}
8979
// TODO: handle errors
9080
}

0 commit comments

Comments
 (0)