Browse Source

Update package installation instructions for Razor Pages

pull/23129/head
maliming 11 months ago
parent
commit
7a6c2088db
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 4
      docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md

4
docs/en/framework/ui/mvc-razor-pages/client-side-package-management.md

@ -34,10 +34,10 @@ It's suggested to depend on a standard package instead of directly depending on
#### Package Installation
After depending on a NPM package, all you should do is to run the **npm install** command from the command line to install all the packages and their dependencies:
After depending on a NPM package, you should run the **abp install-libs** command from the command line to install all the packages and their dependencies, and copy the required resources to the wwwroot/libs folder:
```bash
npm install
abp install-libs
```
#### Package Contribution

Loading…
Cancel
Save