Browse Source

Update part-01.md

pull/21515/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
c8aa43c124
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/tutorials/book-store-with-abp-suite/part-01.md

5
docs/en/tutorials/book-store-with-abp-suite/part-01.md

@ -1,4 +1,5 @@
# Web Application Development (with ABP Suite) Tutorial - Part 1: Creating the Solution
````json
//[doc-params]
{
@ -21,7 +22,7 @@ Before starting the development, create a new solution named `Acme.BookStore` an
You can use the following configurations:
* **Solution Name:** `Acme.BookStore`
* **UI Framework:** {{if UI=="MVC}} ASP.NET Core MVC / Razor Pages {{end}}
* **UI Framework:** {{if UI=="MVC"}} ASP.NET Core MVC / Razor Pages {{end}}
* **UI Theme:** LeptonX
* **Mobile Framework:** None
* **Database Provider:** {{if DB=="EF"}} Entity Framework Core {{end}}
@ -36,4 +37,4 @@ The initial solution structure should be like the following in the ABP Studio's
## Summary
We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md).
We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md).

Loading…
Cancel
Save