XiaoFeng.Mvc.AdminWinDesk
1.0.0
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
<PackageReference Include="XiaoFeng.Mvc.AdminWinDesk" Version="1.0.0" />
paket add XiaoFeng.Mvc.AdminWinDesk --version 1.0.0
#r "nuget: XiaoFeng.Mvc.AdminWinDesk, 1.0.0"
// 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
Nuget:XiaoFeng.Mvc.AdminWinDesk
QQ群号:748408911
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.进入后台界面。
作者介绍
- 网址 : http://www.fayelf.com
- QQ : 7092734
- EMail : jacky@fayelf.com
Product | Versions 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. |
-
net5.0
- XiaoFeng.Mvc (>= 3.1.0)
-
net6.0
- XiaoFeng.Mvc (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.