Quickly build an e-commerce application based on EasyAbp.EShop.
Please note that the EasyMall is not officially released.
Install the ABP CLI:
dotnet tool install -g Volo.Abp.Cli
Create a new application with ABP CLI command:
abp new MyStore -ts https://github.com/EasyAbp/EasyMall/releases/download/latest/latest.zip
Run the DbMigrator, and then run your application. (see how)
Please refer to the README.md in EasyAbp.EShop repository.
Todo.