Skip to content

Commit 591b6ee

Browse files
committed
chore(readme): npm badges, prerequisites
1 parent aa29476 commit 591b6ee

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
2+
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
3+
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
4+
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
5+
[![npm package][npm-coreui-badge]][npm-coreui]
6+
[![NPM downloads][npm-coreui-download]][npm-coreui]
7+
![angular](https://img.shields.io/badge/angular-^7.2.10-lightgrey.svg?style=flat-square)
8+
9+
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
10+
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
11+
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
12+
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
13+
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
14+
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
15+
116
# CoreUI Free Angular 2+ Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
217

318
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!
@@ -51,6 +66,22 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
5166
| CoreUI Pro | Prime | Root | Alba | Leaf |
5267
| --- | --- | --- | --- | --- |
5368
| [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/angular/)| [![Prime Admin Template](https://coreui.io/assets/img/responsive-prime.png)](https://coreui.io/admin-templates/angular/prime/?support=1)| [![Root Admin Template](https://coreui.io/assets/img/responsive-root.png)](https://coreui.io/admin-templates/angular/root/?support=1)| [![Alba Admin Template](https://coreui.io/assets/img/responsive-alba.png)](https://coreui.io/admin-templates/angular/alba/?support=1)| [![Leaf Admin Template](https://coreui.io/assets/img/responsive-leaf.png)](https://coreui.io/admin-templates/angular/leaf/?support=1)
69+
70+
#### Prerequisites
71+
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
72+
73+
###### Node.js
74+
Angular requires `Node.js` version 8.x or 10.x.
75+
76+
- To check your version, run `node -v` in a terminal/console window.
77+
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
78+
79+
###### Angular CLI
80+
Install the Angular CLI globally using a terminal/console window.
81+
```bash
82+
npm install -g @angular/cli
83+
```
84+
5485
## Installation
5586

5687
### Clone repo
@@ -108,7 +139,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
108139

109140
## Versioning
110141

111-
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/).
142+
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/).
112143

113144
See [the Releases section of our project](https://github.com/coreui/coreui-free-angular-admin-template/releases) for changelogs for each release version.
114145

0 commit comments

Comments
 (0)