Yunus Emre Kalkan
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/SignalR-Integration.md
|
|
|
@ -70,10 +70,10 @@ This will add the `@abp/signalr` to the dependencies in the `package.json` of yo |
|
|
|
} |
|
|
|
```` |
|
|
|
|
|
|
|
Run the `gulp` in the root folder of your web project: |
|
|
|
Run [ABP CLI](CLI.md) `install-libs` command in the root folder of your web project: |
|
|
|
|
|
|
|
````bash |
|
|
|
gulp |
|
|
|
abp install-libs |
|
|
|
```` |
|
|
|
|
|
|
|
This will copy the SignalR JavaScript files into your project: |
|
|
|
|