From e89d9c92cd8cebd41a37326fe1c7026b27d30bcb Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 10 Oct 2023 10:44:48 +0800 Subject: [PATCH] Add `theme` document url to `README` file. --- templates/app-nolayers/aspnet-core/README.md | 38 ++++++++++++++++++-- templates/app/aspnet-core/README.md | 38 ++++++++++++++++++-- 2 files changed, 70 insertions(+), 6 deletions(-) diff --git a/templates/app-nolayers/aspnet-core/README.md b/templates/app-nolayers/aspnet-core/README.md index b2be925d04..2ac06b5895 100644 --- a/templates/app-nolayers/aspnet-core/README.md +++ b/templates/app-nolayers/aspnet-core/README.md @@ -1,6 +1,6 @@ # MyCompanyName.MyProjectName -## About This Solution +## About this solution This is a minimalist, non-layered startup solution with the ABP Framework. All the fundamental ABP modules are already installed. @@ -15,7 +15,7 @@ The solution comes with a default configuration that works out of the box. Howev * Check the `ConnectionStrings` in `appsettings.json` files under the `MyCompanyName.MyProjectName` project and change it if you need. -### Preparings for the first run +### Before running the application * Run `abp install-libs` command on your solution folder to install client-side package dependencies. This step is automatically done when you create a new solution with ABP CLI. However, you should run it yourself if you have first cloned this solution from your source control, or added a new client-side package dependency to your solution. * The application needs to connect to a database. Run the following command in the `MyCompanyName.MyProjectName` directory: @@ -26,7 +26,7 @@ dotnet run --migrate-database This will create and seed the initial database. Then you can run the application with any IDE that supports .NET. -## Deploying the Application +## Deploying the application Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's [Deployment documentation](https://docs.abp.io/en/abp/latest/Deployment/Index) before deploying your application. @@ -35,3 +35,35 @@ Deploying an ABP application is not different than deploying any .NET or ASP.NET You can see the following resources to learn more about your solution and the ABP Framework: * [Application (Single Layer) Startup Template](https://docs.abp.io/en/abp/latest/Startup-Templates/Application-Single-Layer) + + +* [ASP.NET Core MVC / Razor Pages: The Basic Theme](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Basic-Theme) + + +* [LeptonX Lite MVC UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/AspNetCore) + + + + +* [Blazor UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Blazor/Basic-Theme?UI=BlazorServer) + + +* [LeptonX Lite Blazor UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Blazor?UI=BlazorServer) + + + + +* [Blazor UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Blazor/Basic-Theme?UI=Blazor) + + +* [LeptonX Lite Blazor UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Blazor?UI=Blazor) + + + + +* [Angular UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Angular/Basic-Theme) + + +* [LeptonX Lite Angular UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Angular) + + diff --git a/templates/app/aspnet-core/README.md b/templates/app/aspnet-core/README.md index 5c5fd75ede..d40f7c859f 100644 --- a/templates/app/aspnet-core/README.md +++ b/templates/app/aspnet-core/README.md @@ -1,6 +1,6 @@ # MyCompanyName.MyProjectName -## About This Solution +## About this solution This is a layered startup solution based on [Domain Driven Design (DDD)](https://docs.abp.io/en/abp/latest/Domain-Driven-Design) practises. All the fundamental ABP modules are already installed. @@ -34,7 +34,7 @@ The solution comes with a default configuration that works out of the box. Howev -### Preparings for the first run +### Before running the application * Run `abp install-libs` command on your solution folder to install client-side package dependencies. This step is automatically done when you create a new solution with ABP CLI. However, you should run it yourself if you have first cloned this solution from your source control, or added a new client-side package dependency to your solution. * Run `MyCompanyName.MyProjectName.DbMigrator` to create the initial database. This should be done in the first run. It is also needed if a new database migration is added to the solution later. @@ -77,7 +77,7 @@ This is a layered monolith application that consists of the following applicatio -## Deploying the Application +## Deploying the application Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's [Deployment documentation](https://docs.abp.io/en/abp/latest/Deployment/Index) before deploying your application. @@ -87,3 +87,35 @@ You can see the following resources to learn more about your solution and the AB * [Web Application Development Tutorial](https://docs.abp.io/en/abp/latest/Tutorials/Part-1) * [Application Startup Template Structure](https://docs.abp.io/en/abp/latest/Startup-Templates/Application) + + +* [ASP.NET Core MVC / Razor Pages: The Basic Theme](https://docs.abp.io/en/abp/latest/UI/AspNetCore/Basic-Theme) + + +* [LeptonX Lite MVC UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/AspNetCore) + + + + +* [Blazor UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Blazor/Basic-Theme?UI=BlazorServer) + + +* [LeptonX Lite Blazor UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Blazor?UI=BlazorServer) + + + + +* [Blazor UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Blazor/Basic-Theme?UI=Blazor) + + +* [LeptonX Lite Blazor UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Blazor?UI=Blazor) + + + + +* [Angular UI: Basic Theme](https://docs.abp.io/en/abp/latest/UI/Angular/Basic-Theme) + + +* [LeptonX Lite Angular UI](https://docs.abp.io/en/abp/latest/Themes/LeptonXLite/Angular) + +