|
| 1 | +[](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 | +[](https://github.com/coreui/coreui) |
| 5 | +[![npm package][npm-coreui-badge]][npm-coreui] |
| 6 | +[![NPM downloads][npm-coreui-download]][npm-coreui] |
| 7 | + |
| 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 | + |
1 | 16 | # CoreUI Free Angular 2+ Admin Template [](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)
|
2 | 17 |
|
3 | 18 | 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.
|
51 | 66 | | CoreUI Pro | Prime | Root | Alba | Leaf |
|
52 | 67 | | --- | --- | --- | --- | --- |
|
53 | 68 | | [](https://coreui.io/pro/angular/)| [](https://coreui.io/admin-templates/angular/prime/?support=1)| [](https://coreui.io/admin-templates/angular/root/?support=1)| [](https://coreui.io/admin-templates/angular/alba/?support=1)| [](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 | + |
54 | 85 | ## Installation
|
55 | 86 |
|
56 | 87 | ### Clone repo
|
@@ -108,7 +139,7 @@ Editor preferences are available in the [editor config](https://github.com/coreu
|
108 | 139 |
|
109 | 140 | ## Versioning
|
110 | 141 |
|
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/). |
112 | 143 |
|
113 | 144 | See [the Releases section of our project](https://github.com/coreui/coreui-free-angular-admin-template/releases) for changelogs for each release version.
|
114 | 145 |
|
|
0 commit comments