# EasyMall
Quickly build an e-commerce application based on EasyAbp.EShop (opens new window).
Please note that the EasyMall is not officially released.
# Getting Started
# Create a New EasyMall Solution
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) (opens new window)
# Install EasyMall to Existing Solutions
Please refer to the README.md (opens new window) in EasyAbp.EShop repository.
# Documents
Todo.