Skip to content

Commit cc79542

Browse files
committed
feat: update template to version 3
1 parent 0350bfd commit cc79542

File tree

647 files changed

+12013
-16825
lines changed

Some content is hidden

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

647 files changed

+12013
-16825
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
# dependencies
44
/node_modules
5+
/src/coreui-new
6+
/src/coreui-icons
7+
/src/coreui-charts
58

69
# testing
710
/coverage
11+
/src/coreui-new
12+
/src/coreui-icons
13+
/src/coreui-charts
814

915
# production
1016
/build
17+
/src/coreui-new
18+
/src/coreui-icons
19+
/src/coreui-charts
1120

1221
# misc
1322
.DS_Store

CHANGELOG.md

Lines changed: 176 additions & 181 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Before opening an issue:
22

3-
- [Search for duplicate or closed issues](https://github.com/coreui/coreui-free-react-admin-template/issues?utf8=%E2%9C%93&q=is%3Aissue)
3+
- [Search for duplicate or closed issues](https://github.com/coreui/coreui-pro-react-admin-template/issues?utf8=%E2%9C%93&q=is%3Aissue)
44
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
5-
- Read the [contributing guidelines](https://github.com/coreui/coreui-free-react-admin-template/blob/master/CONTRIBUTING.md)
5+
66

77
When asking general "how to" questions:
88

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 35 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,45 @@
33
[![NPM downloads][npm-coreui-download]][npm-coreui]
44
[![@coreui react](https://img.shields.io/badge/@coreui%20-react-lightgrey.svg?style=flat-square)](https://github.com/coreui/react)
55
[![npm package][npm-coreui-react-badge]][npm-coreui-react]
6-
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
6+
[![NPM downloads][npm-coreui-react-download]][npm-coreui-react]
7+
[![npm next][npm-next]][npm]
78

89
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
910
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
1011
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
1112
[npm-coreui-react]: https://www.npmjs.com/package/@coreui/react
1213
[npm-coreui-react-badge]: https://img.shields.io/npm/v/@coreui/react.png?style=flat-square
1314
[npm-coreui-react-download]: https://img.shields.io/npm/dm/@coreui/react.svg?style=flat-square
15+
[npm-next]: https://img.shields.io/npm/v/@coreui/react/next.png?style=flat-square
16+
[npm]: https://www.npmjs.com/package/@coreui/react
1417

15-
# CoreUI Free React Admin Template v2 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20React%20Admin%20Template%20&url=https://coreui.io/react/&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
16-
17-
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!
18-
19-
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)
20-
21-
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.
22-
23-
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).
18+
# CoreUI Pro v3 React Admin Template
2419

2520
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!
2621

2722
## Table of Contents
2823

2924
* [Versions](#versions)
3025
* [CoreUI Pro](#coreui-pro)
31-
* [Admin Templates built on top of CoreUI Pro](#admin-templates-built-on-top-of-coreui-pro)
3226
* [Installation](#installation)
33-
* [Usage](#usage)
27+
* [Basic usage](#create-react-app)
3428
* [What's included](#whats-included)
3529
* [Documentation](#documentation)
36-
* [Contributing](#contributing)
3730
* [Versioning](#versioning)
3831
* [Creators](#creators)
3932
* [Community](#community)
40-
* [Community Projects](#community-projects)
41-
* [License](#license)
42-
* [Support CoreUI Development](#support-coreui-development)
33+
* [Copyright and License](#copyright-and-license)
4334

4435
## Versions
4536

46-
* [CoreUI Free Bootstrap Admin Template](https://github.com/coreui/coreui-free-bootstrap-admin-template)
47-
* [CoreUI Free Bootstrap Admin Template (Ajax)](https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax)
48-
* [CoreUI Free Angular 2+ Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
49-
* 🚧 CoreUI Free .NET Core 2 Admin Template (Available Soon)
50-
* [CoreUI Free React.js Admin Template](https://github.com/coreui/coreui-free-react-admin-template)
51-
* [CoreUI Free Vue.js Admin Template](https://github.com/coreui/coreui-free-vue-admin-template)
37+
* [CoreUI Pro Bootstrap Admin Template](https://github.com/coreui/coreui-pro-bootstrap-admin-template)
38+
* [CoreUI Pro Bootstrap Admin Template (Ajax)](https://github.com/coreui/coreui-pro-bootstrap-admin-template-ajax)
39+
* [CoreUI Pro Angular 2+ Admin Template](https://github.com/coreui/coreui-pro-angular-admin-template)
40+
* 🚧 CoreUI Pro .NET Core 2 Admin Template (Available Soon)
41+
* [CoreUI Pro React.js Admin Template](https://github.com/coreui/coreui-pro-react-admin-template)
42+
* [CoreUI Pro Vue.js Admin Template](https://github.com/coreui/coreui-pro-vue-admin-template)
43+
44+
**Only customers with [Membership Plan](https://coreui.io/pro/#buy) have access to private github repositories.**
5245

5346
## CoreUI Pro
5447

@@ -58,17 +51,15 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
5851
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react)
5952
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue)
6053

61-
## Admin Templates built on top of CoreUI Pro
54+
## Installation
6255

63-
| CoreUI Pro | Prime | Root | Alba | Leaf |
64-
| --- | --- | --- | --- | --- |
65-
| [![CoreUI Pro React Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/react/) | [![Prime React Admin Template](https://genesisui.com/assets/img/templates/prime1280.jpg)](https://genesisui.com/admin-templates/reactjs/prime/?support=1) | [![Root React Admin Template](https://genesisui.com/assets/img/templates/root1280.jpg)](https://genesisui.com/admin-templates/reactjs/root/?support=1) | [![Alba React Admin Template](https://genesisui.com/assets/img/templates/alba1280.jpg)](https://genesisui.com/admin-templates/reactjs/alba/?support=1) | [![Leaf React Admin Template](https://genesisui.com/assets/img/templates/leaf1280.jpg)](https://genesisui.com/admin-templates/reactjs/leaf/?support=1)
56+
### Clone repo
6657

67-
## Installation
58+
**Only customers with [Membership Plan](https://coreui.io/pro/#buy) have access to private github repository.**
6859

6960
``` bash
7061
# clone the repo
71-
$ git clone https://github.com/coreui/coreui-free-react-admin-template.git my-project
62+
$ git clone https://github.com/coreui/coreui-pro-react-admin-template.git my-project
7263

7364
# go into app's directory
7465
$ cd my-project
@@ -77,6 +68,18 @@ $ cd my-project
7768
$ npm install
7869
```
7970

71+
### Copy and Paste
72+
73+
Copy all your files to your project folder and then,
74+
75+
``` bash
76+
# go into app's directory
77+
$ cd my-project
78+
79+
# install app's dependencies
80+
$ npm install
81+
```
82+
8083
## Create React App
8184
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
8285

@@ -129,17 +132,11 @@ CoreUI-React#v2.0.0
129132
The documentation for the CoreUI Admin Template is hosted at our website [CoreUI for React](https://coreui.io/react/)
130133

131134

132-
## Contributing
133-
134-
Please read through our [contributing guidelines](https://github.com/coreui/coreui-free-react-admin-template/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
135-
136-
Editor preferences are available in the [editor config](https://github.com/coreui/coreui-free-react-admin-template/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
137-
138135
## Versioning
139136

140-
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
137+
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Pro Admin Template is maintained under [the Semantic Versioning guidelines](http://semver.org/).
141138

142-
See [the Releases section of our project](https://github.com/coreui/coreui-free-react-admin-template/releases) for changelogs for each release version.
139+
See [the Releases section of our project](https://github.com/coreui/coreui-pro-react-admin-template/releases) for changelogs for each release version.
143140

144141
## Creators
145142

@@ -157,21 +154,7 @@ Get updates on CoreUI's development and chat with the project maintainers and co
157154
- Follow [@core_ui on Twitter](https://twitter.com/core_ui).
158155
- Read and subscribe to [CoreUI Blog](https://coreui.ui/blog/).
159156

160-
### Community Projects
161-
162-
Some of projects created by community but not maintained by CoreUI team.
163-
164-
* [NuxtJS + Vue CoreUI](https://github.com/muhibbudins/nuxt-coreui)
165-
* [Colmena](https://github.com/colmena/colmena)
166-
* [mvelosop/AspNetCore2CoreUI](https://github.com/mvelosop/AspNetCore2CoreUI)
167-
168-
## Copyright and license
169-
170-
copyright 2018 creativeLabs Łukasz Holeczek. Code released under [the MIT license](LICENSE).
171-
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.
172-
173-
## Support CoreUI Development
174157

175-
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).
158+
## Copyright and License
176159

177-
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).
160+
copyright 2018 creativeLabs Łukasz Holeczek.

0 commit comments

Comments
 (0)