NeoAdmin.Templates 1.0.47

dotnet new install NeoAdmin.Templates@1.0.47
                    
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.47 86 7/23/2026
1.0.46 90 7/23/2026
1.0.45 135 7/5/2026
1.0.44 138 7/1/2026
1.0.43 134 6/30/2026
1.0.42 140 6/30/2026
1.0.41 125 6/30/2026
1.0.40 143 6/27/2026
1.0.39 147 6/27/2026
1.0.38 145 6/26/2026
1.0.37 141 6/26/2026
1.0.36 161 6/19/2026
1.0.34 157 6/16/2026
1.0.33 154 6/16/2026
1.0.32 158 6/16/2026
1.0.31 157 6/16/2026
1.0.30 163 6/15/2026
1.0.29 156 6/14/2026
1.0.28 160 6/14/2026
1.0.27 179 6/13/2026
Loading failed