Browse Source

Merge pull request #11421 from abpframework/auto-merge/rel-5-1/836

Merge branch dev with rel-5.1
pull/11481/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
c856384d38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml
  2. 18
      templates/app-nolayers/README.md

4
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -23,8 +23,8 @@
}
@section styles {
<abp-style-bundle name="@typeof(IndexModel).FullName">
<abp-script type="@typeof(PrismjsStyleBundleContributor)" />
<abp-script type="@typeof(MalihuCustomScrollbarPluginStyleBundleContributor)" />
<abp-style type="@typeof(PrismjsStyleBundleContributor)" />
<abp-style type="@typeof(MalihuCustomScrollbarPluginStyleBundleContributor)" />
<abp-style src="/Pages/Documents/Project/bootstrap-toc.css" />
<abp-style src="/Pages/Documents/Shared/Styles/vs.css" />
<abp-style src="/Pages/Documents/Project/index.css"/>

18
templates/app-nolayers/README.md

@ -0,0 +1,18 @@
## About this solution
This is a minimalist, non-layered startup solution with the ABP Framework. All the fundamental ABP modules are already installed.
## How to run
The application needs to a database. Run the following command in the `MyCompanyName.MyProjectName` directory:
````bash
dotnet run --migrate-database
````
This will create and seed the initial database. Then you can run the application with any IDE that supports .NET.
Happy coding..!
Loading…
Cancel
Save