A project template for creating ASP.NET Core Razor Pages web applications which use esbuild for frontend asset bundling.
GitHub: https://github.com/EndPointCorp/razor-esbuild-project-template
- Install the template with
dotnet new install EndPointDev.RazorEsbuildProjectTemplate
. - Create a new project with
dotnet new razoresbuild -n YourProjectName
.
This project template sets up a frontend asset bundling process based on esbuild
. As such, it depends on NodeJS and pnpm.