From ec7d18f3900da5baf178d4c8d72f55df75147f6a Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Fri, 11 Dec 2020 09:43:51 +0300 Subject: [PATCH] Update and rename Using DevExpress Components With the ABP Framework.md to POST.md --- ... DevExpress Components With the ABP Framework.md => POST.md} | 2 -- 1 file changed, 2 deletions(-) rename docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/{Using DevExpress Components With the ABP Framework.md => POST.md} (97%) diff --git a/docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/Using DevExpress Components With the ABP Framework.md b/docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md similarity index 97% rename from docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/Using DevExpress Components With the ABP Framework.md rename to docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/POST.md index ca4d2ef939..4f2f5556eb 100644 --- a/docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-DevExpress-Blazor-Component/Using DevExpress Components With the ABP Framework.md +++ b/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.)