How / Where can I configure my email settings to send emails?
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
or dotnet tool update -g Volo.Abp.Suite
open ABP Suite
abp suite
Also see How can I download the source code of the packages, Lepton theme and pro modules?
I'd like to change logo and position
How can I hide register links so that only admin can create user accounts?
How do I remove the jquery.js from the bundle?
Followed the KendoUI documents (getting started and deferred-initialization)
Telerik.UI.for.AspNet.Core.Trial
NuGet package.context.Services.AddKendo();
in the ConfigureServices
of the web module..Deferred()
as explained in its documentation. In this way, I make the component scripts rendering at the end of the page, instead of inline.See the commit => https://github.com/abpframework/abp/commit/ec3ff48ef0e47432bccc1e11f87b0d026cf2f8be
Here are the documents explaining how to customize an ABP project:
Also check out ABP Commercial Technical FAQ
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
How to add jQuery-UI package to my MVC project?