techgems / Vite.NET

A sample of how to integrate Vite, HMR and Razor Pages for a more integrated experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite.NET

Vite.NET is a library that allows you to easily implement Vite integrations in your ASP.NET Core Razor Pages and MVC applications.

This offers great advantages in the simplification of SPA authorization integration, allowing the implementation of micro front ends outside of a node ecosystem and in general just giving you more tools and tradeoffs when you're building applications.

The main idea is to bridge the gap between the backend and the front end and allow better integration between the two.

Links

About

A sample of how to integrate Vite, HMR and Razor Pages for a more integrated experience.

License:MIT License


Languages

Language:C# 58.8%Language:HTML 22.2%Language:TypeScript 8.5%Language:CSS 7.1%Language:Svelte 2.9%Language:JavaScript 0.5%