NeoAdmin.Templates 1.0.34

dotnet new install NeoAdmin.Templates@1.0.34
                    
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.34 21 6/16/2026
1.0.33 39 6/16/2026
1.0.32 50 6/16/2026
1.0.31 56 6/16/2026
1.0.30 71 6/15/2026
1.0.29 68 6/14/2026
1.0.28 71 6/14/2026
1.0.27 79 6/13/2026
1.0.25 69 6/13/2026
1.0.24 66 6/13/2026
1.0.23 69 6/13/2026
1.0.22 70 6/12/2026
1.0.21 75 6/12/2026
1.0.20 68 6/10/2026
1.0.19 100 6/3/2026
1.0.18 94 6/3/2026
1.0.17 96 6/3/2026
1.0.16 102 6/3/2026
1.0.15 143 5/29/2026
1.0.14 125 5/29/2026
Loading failed