mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-28 05:08:48 +01:00
docs(install): remove typings from docs
This commit is contained in:
parent
2e693a1e9b
commit
e59326add2
1 changed files with 2 additions and 7 deletions
|
|
@ -29,14 +29,9 @@ npm install --global webpack
|
|||
npm install --global webpack-dev-server
|
||||
```
|
||||
|
||||
* typings
|
||||
```bash
|
||||
npm install --global typings
|
||||
```
|
||||
|
||||
* typescript
|
||||
```bash
|
||||
npm install --global typescript
|
||||
npm install --global typescript@beta
|
||||
```
|
||||
|
||||
* bower
|
||||
|
|
@ -59,7 +54,7 @@ This will setup a working copy of ng2-admin on your local machine.
|
|||
|
||||
**Note**: If you have any issues after the installation, additionally run the following:
|
||||
```bash
|
||||
typings install && bower install
|
||||
bower install
|
||||
```
|
||||
## Running local copy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue