File tree 1 file changed +20
-3
lines changed
1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 21
21
> [ @coreui/angular ] ( https://coreui.io/angular ) v2 library project
22
22
> for use with [ CoreUI] ( https://coreui.io/angular/ ) v2 Bootstrap Admin Template
23
23
24
- ## Installation
24
+
25
+ #### Prerequisites
26
+ Before you begin, make sure your development environment includes ` Node.js® ` and an ` npm ` package manager.
27
+
28
+ ###### Node.js
29
+ Angular requires ` Node.js ` version 8.x or 10.x.
30
+
31
+ - To check your version, run ` node -v ` in a terminal/console window.
32
+ - To get ` Node.js ` , go to [ nodejs.org] ( https://nodejs.org/ ) .
33
+
34
+ ###### Angular CLI
35
+ Install the Angular CLI globally using a terminal/console window.
36
+ ``` bash
37
+ npm install -g @angular/cli
25
38
```
39
+
40
+ ### Installation
41
+ Go to the workspace folder and install ` @coreui/angular ` as a dependency.
42
+ ``` bash
26
43
npm install @coreui/angular
27
44
```
28
45
29
- ## Changelog
46
+ ### Changelog
30
47
31
48
See the GitHub [ release history] ( https://github.com/coreui/coreui-angular/releases ) .
32
49
33
- ## Contributing
50
+ ### Contributing
34
51
35
52
See [ CONTRIBUTING.md] ( https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments