NeoAdmin.Templates 1.0.36

dotnet new install NeoAdmin.Templates@1.0.36
                    
This package contains a .NET Template Package you can call from the shell/command line.

NeoAdmin.Templates

NeoAdmin 的 dotnet new 项目模板,用于快速创建 NeoAdmin 项目。

模板内容来自仓库根目录的 NeoAdmin 宿主项目(命名空间替换为 NeoAdminApp,并引用 NeoAdmin.Blazor NuGet 包)。修改宿主项目后请执行同步:

python3 NeoAdmin.Templates/sync-from-neoadmin.py

创建项目

推荐先建外层目录(仓库/解决方案根),再在目录内生成项目(内层为实际 .csproj):

mkdir MyProject && cd MyProject
dotnet new neoadmin -n MyAdmin -o .
cd MyAdmin
dotnet watch run

首次构建会执行 npm install 并生成 wwwroot/css/tailwind.css(需本机 Node.js)。样式开发可运行 npm run watch:css

本地验证

Test.md(仅本地,已加入 .gitignore)。

  • net10.0

    • No dependencies.

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.36 44 6/19/2026
1.0.34 69 6/16/2026
1.0.33 76 6/16/2026
1.0.32 85 6/16/2026
1.0.31 87 6/16/2026
1.0.30 97 6/15/2026
1.0.29 90 6/14/2026
1.0.28 94 6/14/2026
1.0.27 104 6/13/2026
1.0.25 92 6/13/2026
1.0.24 92 6/13/2026
1.0.23 93 6/13/2026
1.0.22 92 6/12/2026
1.0.21 101 6/12/2026
1.0.20 90 6/10/2026
1.0.19 101 6/3/2026
1.0.18 97 6/3/2026
1.0.17 98 6/3/2026
1.0.16 103 6/3/2026
1.0.15 144 5/29/2026
Loading failed