Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techgems/Vite.NET

A sample of how to integrate Vite, HMR and Razor Pages for a more integrated experience.
https://github.com/techgems/Vite.NET

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- [Documentation](https://vite-dotnet.techgems.net/guide/what-is-vite.net)
- [Nuget Package](https://www.nuget.org/packages/TechGems.ViteDotNet)
- [NPM Package](https://www.npmjs.com/package/vite-dotnet)