mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
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.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| .abpstudio | 3 months ago | |
| angular | 2 months ago | |
| database | 5 months ago | |
| host | 2 months ago | |
| src | 2 months ago | |
| test | 3 months ago | |
| .gitattributes | 6 years ago | |
| .gitignore | 2 years ago | |
| .prettierrc | 6 years ago | |
| NuGet.md | 2 years ago | |
| README.md | 2 years ago | |
| Volo.CmsKit.abpmdl | 2 years ago | |
| Volo.CmsKit.abpsln | 3 months ago | |
| Volo.CmsKit.sln.DotSettings | 6 years ago | |
| Volo.CmsKit.slnx | 5 months ago | |
| docker-compose.migrations.yml | 6 years ago | |
| docker-compose.override.yml | 5 years ago | |
| docker-compose.yml | 6 years ago | |
README.md
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)
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit --without-contracts -
CMS Kit Common (Volo.CmsKit.Common.HttpApi.Client)
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-common --without-contracts -
CMS Kit Admin (Volo.CmsKit.Admin.HttpApi.Client)
abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-admin --without-contracts