|
|
@ -1,8 +1,8 @@ |
|
|
# EShop.Plugins.FlashSales |
|
|
# EShop.Plugins.FlashSales |
|
|
|
|
|
|
|
|
[](https://abp.io) |
|
|
[](https://abp.io) |
|
|
[](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain) |
|
|
[](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared) |
|
|
[](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain) |
|
|
[](https://www.nuget.org/packages/EasyAbp.EShop.Plugins.FlashSales.Domain.Shared) |
|
|
[](https://discord.gg/S6QaezrCRq) |
|
|
[](https://discord.gg/S6QaezrCRq) |
|
|
[](https://www.github.com/EasyAbp/EShop) |
|
|
[](https://www.github.com/EasyAbp/EShop) |
|
|
|
|
|
|
|
|
@ -12,20 +12,20 @@ A flash-sales plugin for EShop. |
|
|
|
|
|
|
|
|
1. Install the following NuGet packages. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-nuget-packages)) |
|
|
1. Install the following NuGet packages. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-nuget-packages)) |
|
|
|
|
|
|
|
|
* EasyAbp.EShop.Orders.Plugins.FlashSales.Application (install at EasyAbp.EShop.Orders.Application location) |
|
|
- EasyAbp.EShop.Orders.Plugins.FlashSales.Application (install at EasyAbp.EShop.Orders.Application location) |
|
|
* EasyAbp.EShop.Products.Plugins.FlashSales.Application (install at EasyAbp.EShop.Products.Application location) |
|
|
- EasyAbp.EShop.Products.Plugins.FlashSales.Application (install at EasyAbp.EShop.Products.Application location) |
|
|
* EasyAbp.EShop.Plugins.FlashSales.Application |
|
|
- EasyAbp.EShop.Plugins.FlashSales.Application |
|
|
* EasyAbp.EShop.Plugins.FlashSales.Application.Contracts |
|
|
- EasyAbp.EShop.Plugins.FlashSales.Application.Contracts |
|
|
* EasyAbp.EShop.Plugins.FlashSales.Domain |
|
|
- EasyAbp.EShop.Plugins.FlashSales.Domain |
|
|
* EasyAbp.EShop.Plugins.FlashSales.Domain.Shared |
|
|
- EasyAbp.EShop.Plugins.FlashSales.Domain.Shared |
|
|
* EasyAbp.EShop.Plugins.FlashSales.EntityFrameworkCore |
|
|
- EasyAbp.EShop.Plugins.FlashSales.EntityFrameworkCore |
|
|
* EasyAbp.EShop.Plugins.FlashSales.HttpApi |
|
|
- EasyAbp.EShop.Plugins.FlashSales.HttpApi |
|
|
* EasyAbp.EShop.Plugins.FlashSales.HttpApi.Client |
|
|
- EasyAbp.EShop.Plugins.FlashSales.HttpApi.Client |
|
|
* (Optional) EasyAbp.EShop.Plugins.FlashSales.MongoDB |
|
|
- (Optional) EasyAbp.EShop.Plugins.FlashSales.MongoDB |
|
|
* (Optional) EasyAbp.EShop.Plugins.FlashSales.Web |
|
|
- (Optional) EasyAbp.EShop.Plugins.FlashSales.Web |
|
|
* (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.Application.Contracts (install at EasyAbp.EShop.Products.Application.Contracts location) |
|
|
- (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.Application.Contracts (install at EasyAbp.EShop.Products.Application.Contracts location) |
|
|
* (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi (install at EasyAbp.EShop.Products.HttpApi location) |
|
|
- (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi (install at EasyAbp.EShop.Products.HttpApi location) |
|
|
* (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client (install at EasyAbp.EShop.Products.HttpApi.Client location) |
|
|
- (Optional) EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client (install at EasyAbp.EShop.Products.HttpApi.Client location) |
|
|
|
|
|
|
|
|
2. Add `DependsOn(typeof(EShopXxxModule))` attribute to configure the module dependencies. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-module-dependencies)) |
|
|
2. Add `DependsOn(typeof(EShopXxxModule))` attribute to configure the module dependencies. ([see how](https://github.com/EasyAbp/EasyAbpGuide/blob/master/docs/How-To.md#add-module-dependencies)) |
|
|
|
|
|
|
|
|
|