An open source organization to enhance your ABP project development efficiency.
ABP vNext is an open-source web application framework based on ASP.NET Core. All the products of EasyAbp organization are designed for ABP vNext framework.
AbpHelper is a tool that helps you with developing Abp vNext applications.
-
We provide AbpHelper.GUI to help you use it more visually.
-
You can also use AbpHelper.CLI directly if you are more used to command line.
ABP is a modular application framework. We made a lot of useful and interesting modules, you can install them to your solution easily and use them for free.
Name | Description | Release |
---|---|---|
Forum | An abp forum application module. | |
Cms | An abp CMS application module. | |
EShop | An abp application module group that provides basic e-shop service. | |
PaymentService | An abp application module that provides payment service. | |
NotificationService | An integrated user notification service Abp application module, support email, SMS, PM, and more other providers. | |
WarehouseManagement | An abp application module that provides basic features to build a warehouse management system (WMS). | |
SharedResources | An abp application module that allows users to share resources with each other. | |
CalendarManagement | An abp application module that allows users to arrange times for people or things, it is also easy to help you build a reservation system. | |
GiftCardManagement | An abp application module where you can create gift cards and your app user can use them to exchange something. | |
FileUpload | An abp application module that allows users to upload files based on EasyAbp.Abp.StorageService. | |
PrivateMessaging | An abp application module that allows users to send private messages to each other. | |
InstantMessaging | An abp application module that allows users to chat with each other instantly. | |
Oa.Workflow | An abp application module you can use to create OA workflows with customized rules and data. | |
SeedingTool | An abp application module to help host/tenants re seed the initial data with background job in launched applications. | |
Achievements | An abp application module that allows to set goals and rewards the achievements of the goals. | |
CacheManagement | An abp application module helps administrators to manage the app cache data. | |
EasyComment | An ABP application module provides a flexible comment system. | |
WeChatManagement | 基于EasyAbp.Abp.WeChat模块实现微信登录、微信用户信息存储、微信服务器管理等高级功能的Abp应用模块组 | |
UniappManagement | 实现uni-app的应用版本管理、整包更新、热更新、差量热更新等功能的Abp应用模块 |
Name | Description | Release |
---|---|---|
Abp.RelatedDtoLoader | An Abp module that help you automatically load related DTO (like ProductDto in OrderDto) under DDD. | |
Abp.AspNetCoreRateLimit | An Abp module helps you control how often your service is used. | |
Abp.StorageService | An ABP module to realize storage, which helps you upload to the storage and manage the stored data. | |
Abp.Cqrs | An Abp module to implement CQRS. | |
Abp.ValidationCode | An Abp module to generate and verify validation codes, it can also help you send the validation codes to users through the EasyAbp.NotificationService module. | |
Abp.TagHelperPlus | An Abp MVC UI tag-helper enhancement module to provide enhanced ABP built in tag-helpers, rich text editor, dynamic tag selector and more. | |
Abp.DataDictionary | Abp data dictionary module. | |
Abp.Elasticsearch | Abp Elasticsearch module. | |
Abp.WorkflowCore | Abp Workflow Core module. | |
Abp.EventBus.CAP | This is a repository integrated CAP with ABP EventBus. | |
Abp.SettingUi | An ABP module used to manage ABP settings. | |
Abp.Trees | An abp module that provides standard tree structure entity implement. | |
Abp.WeChat | Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装 | |
Abp.TencentCloud | 专门为 ABP vNext 封装的腾讯云 SDK 模块 | |
Abp.Aliyun | 专门为 ABP vNext 封装的阿里云 SDK 模块 |
UI Framework | Name | Description | Release |
---|---|---|---|
MVC | Easy | EasyAbp's first Abp MVC UI theme module. |
ABP application startup template or installer with pre-built modules.
Name | Description | Release |
---|---|---|
EasyMall | Quickly build an e-commerce application based on EasyAbp.EShop. |
Q: How to make ABP modules that meet the EasyAbp standard?
A: See Getting Start to Develop Modules document.
Q: How to Contribute?
A: See Module Development Specification document.