项目作者: erossini

项目描述 :
Boilerplate free bootstrap admin template for ASP.NET Core 3.1 in a Razor project
高级语言: HTML
项目地址: git://github.com/erossini/AdminWebCoreRazor.git
创建时间: 2020-04-11T20:08:56Z
项目社区:https://github.com/erossini/AdminWebCoreRazor

开源协议:Apache License 2.0

下载


Admin Web Core Razor

Boilerplate bootstrap admin template for ASP.NET Core 3.1 for a Razor project.

The project is based on Razor pages. I have already fixed the solution to add webapi and document them with Swagger.

Foldder structure

  • AdminWebCore contains the web application. The sub-folders contain:
    • Apis: example of ApiController with comments to generate the XML for Swagger
    • Pages: all the pages for he web application in Razor format. Main file is Index.cshtml.
      • Shared: common files for the UI, for example Layout.cshtml. Allo other folders are example of pages
    • wwwroot: static files
      • CoreUI: original files from the free template CoreUI

Dependecies

  • CoreUI is free bootstrap admin template
  • NSwag.AspNetCore to add Swagger to this project (Startup.cs is fixed accordingly).

Screenshots

Dashboard

Dashboard

Swagger

Swagger