You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/modules/cms-kit/README.md

25 lines
828 B

# CMS Kit
## Updating Client Proxies
This project have 3 types of client proxies. Before updating client proxies, make sure `Volo.CmsKit.Web.Unified` project is running.
Then you can update Client proxies in 3 different projects. Execute the following commands in the directory of the each project.
- CMS Kit Public (**Volo.CmsKit.Public.HttpApi.Client**)
```bash
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit --without-contracts
```
- CMS Kit Common (**Volo.CmsKit.Common.HttpApi.Client**)
```bash
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-common --without-contracts
```
- CMS Kit Admin (**Volo.CmsKit.Admin.HttpApi.Client**)
```bash
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-admin --without-contracts
```