mirror of https://github.com/abpframework/abp
				
				
				
			
			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.
		
		
		
		
		
			|  Enis Necipoglu
						
					
					
						51f099ddf8 | 2 years ago | |
|---|---|---|
| .. | ||
| angular | 2 years ago | |
| database | 2 years ago | |
| host | 2 years ago | |
| src | 2 years ago | |
| test | 2 years ago | |
| .gitattributes | ||
| .gitignore | ||
| .prettierrc | ||
| NuGet.md | 2 years ago | |
| README.md | 2 years ago | |
| Volo.CmsKit.abpmdl.json | 3 years ago | |
| Volo.CmsKit.abpsln.json | ||
| Volo.CmsKit.sln | 3 years ago | |
| Volo.CmsKit.sln.DotSettings | ||
| docker-compose.migrations.yml | ||
| docker-compose.override.yml | ||
| docker-compose.yml | ||
		
			
				
				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