Skip to content

Commit 4c638d9

Browse files
committed
chore(readme): prerequisites
1 parent 518a24c commit 4c638d9

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

projects/coreui/angular/README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,32 @@
2121
> [@coreui/angular](https://coreui.io/angular) v2 library project
2222
> for use with [CoreUI](https://coreui.io/angular/) v2 Bootstrap Admin Template
2323
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
2538
```
39+
40+
### Installation
41+
Go to the workspace folder and install `@coreui/angular` as a dependency.
42+
```bash
2643
npm install @coreui/angular
2744
```
2845

29-
## Changelog
46+
### Changelog
3047

3148
See the GitHub [release history](https://github.com/coreui/coreui-angular/releases).
3249

33-
## Contributing
50+
### Contributing
3451

3552
See [CONTRIBUTING.md](https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)