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.
 
 
 
 
 
 
voloagent 4c59b6d23e Update_NPM_Packages 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 #20029 from abpframework/auto-merge/rel-8-1/2773 2 years ago
test Use `AbpUnitTestSqliteConnection` instead of `SqliteConnection`. 2 years ago
.gitattributes Added empty CmsKit module 6 years ago
.gitignore Update .gitignore 2 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 Update package file extension 2 years ago
Volo.CmsKit.abpsln Update module file extension 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