XiaoFeng.Mvc.AdminWinDesk 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XiaoFeng.Mvc.AdminWinDesk --version 1.0.0
NuGet\Install-Package XiaoFeng.Mvc.AdminWinDesk -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XiaoFeng.Mvc.AdminWinDesk" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XiaoFeng.Mvc.AdminWinDesk --version 1.0.0
#r "nuget: XiaoFeng.Mvc.AdminWinDesk, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Addin
#addin nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.0

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Tool
#tool nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.0

XiaoFeng.Mvc.AdminWinDesk

fayelf

GitHub top language GitHub License Nuget Downloads Nuget Nuget (with prereleases)

Nuget:XiaoFeng.Mvc.AdminWinDesk

QQ群号:748408911

QQ群二维码:

QQ 群

公众号:

畅聊了个科技

源码: https://github.com/zhuovi/XiaoFeng.Mvc.AdminWinDesk

教程: https://www.yuque.com/fayelf/xiaofeng.mvc

模仿windows桌面后台皮肤

XiaoFeng

XiaoFeng generator with XiaoFeng.

Install

.NET CLI

$ dotnet add package XiaoFeng.Mvc.AdminWinDesk --version 1.0.0

Package Manager

PM> Install-Package XiaoFeng.Mvc.AdminWinDesk -Version 1.0.0

PackageReference

<PackageReference Include="XiaoFeng.Mvc.AdminWinDesk" Version="1.0.0" />

Paket CLI

> paket add XiaoFeng.Mvc.AdminWinDesk --version 1.0.0

Script & Interactive

> #r "nuget: XiaoFeng.Mvc.AdminWinDesk, 1.0.0"

Cake

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Addin
#addin nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.0

// Install XiaoFeng.Mvc.AdminWinDesk as a Cake Tool
#tool nuget:?package=XiaoFeng.Mvc.AdminWinDesk&version=1.0.0

使用说明

1.通过 Microsoft Visual Studio Enterprise 2022 新建空项目

2.从Nuget上搜索 XiaoFeng.Mvc.AdminWinDesk,然后安装

3.把项目下的 appsetting.json文件删除

4.把Program.cs文件修改为如下:

using XiaoFeng.Mvc.AdminWinDesk;

await ApplicationManager.Load(args).RunAsync(() => WebHost.CreateHost(args, services =>
{
#if DEBUG
	services.AddControllersWithViews().AddRazorRuntimeCompilation();
#endif
}, app =>
{
    //启用 windows desk 皮肤
	app.UseAdminWinDesk(app.Environment);

},init:true));

5.启动项目

6.启动起来后,输入网址 http://localhost:8001/Admin

7.输入帐号 admin 密码admin123456

8.进入后台界面。

作者介绍

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 283 8/29/2023
1.0.3 252 5/18/2023
1.0.2 357 4/24/2023
1.0.1 402 3/2/2023
1.0.0 391 2/6/2023