Browse Source

Update and rename Using DevExpress Components With the ABP Framework.md to POST.md

pull/6585/head
Berkan Sasmaz 5 years ago
committed by GitHub
parent
commit
ec7d18f390
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md

2
docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/Using DevExpress Components With the ABP Framework.md → docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md

@ -20,8 +20,6 @@ In this article, I will create a new startup template with EF Core as a database
abp new DevExpressSample -u blazor
````
After the download is finished, open the solution in the Visual Studio (or your favorite IDE):
![initial-project](initial-project.png)
* Our project boilerplate will be ready after the download is finished. Then, we can open the solution in the Visual Studio (or any other IDE) and run the `DevExpressSample.DbMigrator` to create the database and seed initial data (which creates the admin user, admin role, permissions etc.)
Loading…
Cancel
Save