Open Source Web Application Framework for ASP.NET Core
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.
 
 
 
 
 
 
ahmetfarukulu 4449665c87 Rename ".abpsln.json" filenames to ".abpsln" 2 years ago
..
angular Update_NPM_Packages 2 years ago
database Update Dockerfile. 2 years ago
host Update_NPM_Packages 2 years ago
src Merge pull request #17925 from abpframework/cms-kit-enhancements 2 years ago
test Add tests for GetTagNameAsync 2 years ago
.gitattributes Added empty CmsKit module 6 years ago
.gitignore Revert "Add Asp.Net Core environments to .gitignore" 5 years ago
.prettierrc tab usage is removed 6 years ago
NuGet.md modules NuGet.md 3 years ago
README.md Update Client Proxies 2 years ago
Volo.CmsKit.abpmdl.json Update mdl.json files cont. 3 years ago
Volo.CmsKit.abpsln Rename ".abpsln.json" filenames to ".abpsln" 2 years ago
Volo.CmsKit.sln Made dynamic the code using ajax call 4 years ago
Volo.CmsKit.sln.DotSettings Added empty CmsKit module 6 years ago
docker-compose.migrations.yml Added empty CmsKit module 6 years ago
docker-compose.override.yml Update the connection string information in the documentation and docker compose. 5 years ago
docker-compose.yml Added empty CmsKit module 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