VOOZH about

URL: https://www.nuget.org/packages/NeoAdmin.Templates

⇱ NuGet Gallery | NeoAdmin.Templates 1.0.34




👁 Image
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

本地验证

见 (仅本地,已加入 .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 65 6/16/2026
1.0.33 74 6/16/2026
1.0.32 84 6/16/2026
1.0.31 86 6/16/2026
1.0.30 95 6/15/2026
1.0.29 89 6/14/2026
1.0.28 92 6/14/2026
1.0.27 102 6/13/2026
1.0.25 90 6/13/2026
1.0.24 90 6/13/2026
1.0.23 90 6/13/2026
1.0.22 91 6/12/2026
1.0.21 96 6/12/2026
1.0.20 89 6/10/2026
1.0.19 101 6/3/2026
1.0.18 96 6/3/2026
1.0.17 97 6/3/2026
1.0.16 103 6/3/2026
1.0.15 144 5/29/2026
1.0.14 126 5/29/2026
Loading failed