8
8
[ ![ @coreui coreui] ( https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square )] ( https://github.com/coreui/coreui )
9
9
[ ![ npm package] [ npm-coreui-badge ]] [ npm-coreui ]
10
10
[ ![ NPM downloads] [ npm-coreui-download ]] [ npm-coreui ]
11
- ![ angular] ( https://img.shields.io/badge/angular-^7.2.10 -lightgrey.svg?style=flat-square )
11
+ ![ angular] ( https://img.shields.io/badge/angular-^8.0.0 -lightgrey.svg?style=flat-square )
12
12
13
13
[ npm-coreui-angular] : https://www.npmjs.com/package/@coreui/angular
14
14
[ npm-coreui-angular-badge] : https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
@@ -30,7 +30,8 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
30
30
31
31
* [ Templates] ( #templates )
32
32
* [ Admin Templates built on top of CoreUI Pro] ( #admin-templates-built-on-top-of-coreui-pro )
33
- * [ Installation] ( #installation )
33
+ * [ Prerequisites] ( #prerequisites )
34
+ * [ Installation] ( #coreui-installation )
34
35
* [ Usage] ( #usage )
35
36
* [ What's included] ( #whats-included )
36
37
* [ Documentation] ( #documentation )
@@ -52,8 +53,25 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
52
53
| --- | --- | --- | --- | --- |
53
54
| [ ![ 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 )
54
55
56
+ #### Prerequisites
57
+ Before you begin, make sure your development environment includes ` Node.js® ` and an ` npm ` package manager.
55
58
56
- ## Installation
59
+ ###### Node.js
60
+ Angular 8 requires ` Node.js ` version 12.x
61
+
62
+ - To check your version, run ` node -v ` in a terminal/console window.
63
+ - To get ` Node.js ` , go to [ nodejs.org] ( https://nodejs.org/ ) .
64
+
65
+ ###### Angular CLI
66
+ Install the Angular CLI globally using a terminal/console window.
67
+ ``` bash
68
+ npm install -g @angular/cli
69
+ ```
70
+
71
+ ##### Update to Angular 8
72
+ see: [ https://update.angular.io ] ( https://update.angular.io )
73
+
74
+ ## CoreUI Installation
57
75
58
76
Several options are available:
59
77
0 commit comments