Vite.NET icon indicating copy to clipboard operation
Vite.NET copied to clipboard

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

Results 9 Vite.NET issues
Sort by recently updated
recently updated
newest added

I can't get to work this package. When I try to run the app after following the guide at [https://vite-dotnet.techgems.net/guide/getting-started](url) console outputs: ``` The plugin "externalize-deps" was triggered by this...

Some issue in paths for css and scripts in ProductionViteSpaScripts.cshtml. How did I find it: - For the sake of test I created SPA with root in https://localhost:7104/admin/, but from...

Hi, I am following the Getting Started guide..., when I change to production build like so: ![image](https://github.com/techgems/Vite.NET/assets/5094028/44c28742-d5a8-4b17-8e67-8167e4ab5c9e) I am getting blank page, when I inspect the generated html, it is...

I am following along the Getting Started guide in the documentation, but I am getting Vite Dev Server Not Found. I just followed exactly as shown in the guide, in...