This directory contains examples of using the Vite.AspNetCore package.
All of these projects implement the same website using different .NET frameworks. The site is based on the Vite templates and looks like this:
- ViteNET.RazorPages - An example of using
Vite.AspNetCorewith Razor Pages. - ViteNET.MVC - An example of using
Vite.AspNetCorewith MVC. - ViteNET.BlazorServer - An example of using
Vite.AspNetCorewith Blazor Server.
- ViteNET.React - An example of using
Vite.AspNetCorewith React. - ViteNET.Solid - An example of using
Vite.AspNetCorewith SolidJS. - ViteNET.TailwindCSS - An example of using
Vite.AspNetCorewith Tailwind CSS.
