# EasyMall
Quickly build an e-commerce application based on EasyAbp.EShop (opens new window).
At present, the EasyMall has not been officially released.
# Getting Started
# Create a New EasyMall Solution
- Run ABP CLI command: (see how to install ABP CLI) (opens new window)
abp new MySolutionName -m none -ts https://github.com/EasyAbp/EasyMall/releases/download/latest/latest.zip
- Add new migration & update the database. (see how) (opens new window)
- Run the 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.