EndPointDev.RazorEsbuildProjectTemplate
1.0.2
dotnet new install EndPointDev.RazorEsbuildProjectTemplate::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.
ASP.NET Core Razor Pages Web App with esbuild
A project template for creating Razor Pages applications with esbuild.
Getting started
- Install the template with
dotnet new install EndPointDev.RazorEsbuildProjectTemplate
. - Create a new project with
dotnet new razoresbuild -n YourProjectName
.
Prerequisites
This project template sets up a frontend asset bundling process based on esbuild
. As such, it depends on NodeJS and pnpm.
-
net9.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.