@@ -14,7 +14,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
14
14
15
15
* [ Versions] ( #versions )
16
16
* [ CoreUI Pro] ( #coreui-pro )
17
- * [ CoreUI Pro based admin templates ] ( #coreui-pro-based-admin-templates )
17
+ * [ Admin Templates built on top of CoreUI Pro ] ( #admin-templates-built-on-top-of-coreui-pro )
18
18
* [ Installation] ( #installation )
19
19
* [ Usage] ( #usage )
20
20
* [ What's included] ( #whats-included )
@@ -29,7 +29,9 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
29
29
30
30
## Versions
31
31
32
- * 🚧 CoreUI Free Bootstrap Admin Template (Ajax) (Available Soon)
32
+ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
33
+
34
+ * [ CoreUI Free Bootstrap Admin Template (Ajax)] ( https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax )
33
35
* 🚧 CoreUI Free Angular 2+ Admin Template (Available Soon)
34
36
* 🚧 CoreUI Free .NET Core 2 Admin Template (Available Soon)
35
37
* 🚧 CoreUI Free React.js Admin Template (Available Soon)
@@ -48,14 +50,16 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
48
50
* 💪 [ CoreUI Pro React Admin Template] ( https://coreui.io/pro/react )
49
51
* 💪 [ CoreUI Pro Vue Admin Template] ( https://coreui.io/pro/vue )
50
52
51
- ## CoreUI Pro based admin templates
53
+ ## Admin Templates built on top of CoreUI Pro
52
54
53
55
| CoreUI Pro | Prime | Root | Alba | Leaf |
54
56
| --- | --- | --- | --- | --- |
55
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 )
56
58
57
59
## Installation
58
60
61
+ ### Clone repo
62
+
59
63
``` bash
60
64
# clone the repo
61
65
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project
@@ -67,6 +71,12 @@ $ cd my-project
67
71
$ npm install
68
72
```
69
73
74
+ ### NPM
75
+
76
+ ``` bash
77
+ $ npm install @coreui/coreui-free-bootstrap-admin-template --save
78
+ ```
79
+
70
80
## Usage
71
81
72
82
``` bash
0 commit comments