mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
Replace bower packages by NPM packages.
In the issue akveo/ng2-admin#162, search should be made to be sure of non regression.
This commit is contained in:
parent
174fef85cc
commit
a30c41a11d
8 changed files with 4 additions and 41 deletions
|
|
@ -39,11 +39,6 @@ npm install --global typings
|
|||
npm install --global typescript
|
||||
```
|
||||
|
||||
* bower
|
||||
```
|
||||
npm install --global bower
|
||||
```
|
||||
|
||||
## Clone repository and install dependencies
|
||||
|
||||
You will need to clone the source code of ng2-admin GitHub repository:
|
||||
|
|
@ -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
|
||||
typings install
|
||||
```
|
||||
## Running local copy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue