Browse Source

Adding screenshots to the Samples documentation

pull/22690/head
liangshiwei 10 months ago
parent
commit
a446cebbd4
  1. BIN
      docs/en/images/samples-cms-kit.png
  2. BIN
      docs/en/images/samples-easycrm.png
  3. BIN
      docs/en/images/samples-eshoponabp.png
  4. BIN
      docs/en/images/samples-eventhub.png
  5. 8
      docs/en/samples/index.md

BIN
docs/en/images/samples-cms-kit.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

BIN
docs/en/images/samples-easycrm.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

BIN
docs/en/images/samples-eshoponabp.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
docs/en/images/samples-eventhub.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

8
docs/en/samples/index.md

@ -9,6 +9,8 @@ A reference application built with ABP. It implements the Domain Driven Design w
* [Live demo](https://www.openeventhub.com/)
* [Source code](https://github.com/abpframework/eventhub)
![samples-event-hub](../images/samples-eventhub.png)
## eShopOnAbp
> ⚠️ **Important Notice**
@ -18,6 +20,8 @@ Reference microservice solution built with ABP and .NET.
* [Source code](https://github.com/abpframework/eShopOnAbp)
![eshoponabp](../images/samples-eshoponabp.png)
## CMS Kit Demo
A minimal example website built with the [CMS Kit module](../modules/cms-kit/index.md).
@ -25,6 +29,8 @@ A minimal example website built with the [CMS Kit module](../modules/cms-kit/ind
* [Live demo](https://cms-kit-demo.abpdemo.com/)
* [Source code](https://github.com/abpframework/cms-kit-demo)
![samples-cms-kit](../images/samples-cms-kit.png)
## Easy CRM
A middle-size CRM application built with ABP.
@ -32,6 +38,8 @@ A middle-size CRM application built with ABP.
* [Live demo](http://easycrm.abp.io/)
* [Click here](easy-crm.md) to see the details and download the source code.
![samples-easy-crm](../images/samples-easycrm.png)
## Book Store
A simple CRUD application to show basic principles of developing an application with ABP. The same sample was implemented with different technologies and different modules:

Loading…
Cancel
Save