Install Modules With One Click via AbpHelper GUI

Introduction

In this article, we will use the AbpHelper GUI to install the EasyAbp.Abp.SettingUi module into your ABP application.

Pre-Requirements

The following tools should be installed on your development machine:

Creating a New Solution

Open the AbpHelper GUI, switch to the "ABP CLI" tab, and create a new app:

CreateAnApp

Install the SettingUi Modules

Open the new app solution in the AbpHelper GUI and install the modules:

InstallModules

Then we will find that the DependsOns have been added:

FindDependsOn

Run the App

See https://docs.abp.io/en/abp/latest/Getting-Started-Running-Solution to learn more about how to run an ABP solution.

Run the commands:

cd C:\Temp\TryAbpHelper\src\TryAbpHelper.DbMigrator
dotnet run
cd ..\TryAbpHelper.Web
dotnet run

Log in and try the Setting UI:

UseSettingUi

Use the default username admin and password 1q2w3E* to log in to the app.

Conclusion

AbpHelper is helpful for us to manage the application's modules.

We can use it to install not only Volosoft's modules but also the community modules.

The module management feature of the AbpHelper depends on EasyAbp's module library, welcome to register your developed modules through PR.

John 150 weeks ago

:-)

More from gdlcf88