SpaCliMiddleware

Helpers for building single-page applications on ASP.NET MVC Core.


Keywords
SPA, Svelte, Vue
License
Other
Install
Install-Package SpaCliMiddleware -Version 5.0.0

Documentation

SpaCliMiddleware - Supporting Vue Cli plus Svelte

This is a stand-alone module to add Vue, Svelte and Other SPA support to AspNet Core.

This project forked from here: https://github.com/EEParker/aspnetcore-vueclimiddleware and added support for other SPA frameworks.

Svelte

Find the example here: https://github.com/Kiho/aspcore-spa-cli/tree/master/samples/SvelteCliSample

HMR example with svite: https://github.com/Kiho/aspcore-spa-cli/tree/master/samples/SviteSample

Credits