Skip to content

Commit fe05722

Browse files
committed
docs: add npm
1 parent 970d4f0 commit fe05722

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
1414

1515
* [Versions](#versions)
1616
* [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)
1818
* [Installation](#installation)
1919
* [Usage](#usage)
2020
* [What's included](#whats-included)
@@ -29,7 +29,9 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
2929

3030
## Versions
3131

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)
3335
* 🚧 CoreUI Free Angular 2+ Admin Template (Available Soon)
3436
* 🚧 CoreUI Free .NET Core 2 Admin Template (Available Soon)
3537
* 🚧 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
4850
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/pro/react)
4951
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/pro/vue)
5052

51-
## CoreUI Pro based admin templates
53+
## Admin Templates built on top of CoreUI Pro
5254

5355
| CoreUI Pro | Prime | Root | Alba | Leaf |
5456
| --- | --- | --- | --- | --- |
5557
| [![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)
5658

5759
## Installation
5860

61+
### Clone repo
62+
5963
``` bash
6064
# clone the repo
6165
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project
@@ -67,6 +71,12 @@ $ cd my-project
6771
$ npm install
6872
```
6973

74+
### NPM
75+
76+
``` bash
77+
$ npm install @coreui/coreui-free-bootstrap-admin-template --save
78+
```
79+
7080
## Usage
7181

7282
``` bash

0 commit comments

Comments
 (0)