aspcore-spa-cli icon indicating copy to clipboard operation
aspcore-spa-cli copied to clipboard

SpaCliMiddleware - Supporting Vue Cli plus Svelte

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

SvelteKit example: https://github.com/Kiho/aspcore-spa-cli/tree/master/samples/SvelteKitSample

Credits

  • https://github.com/EEParker/aspnetcore-vueclimiddleware
  • https://github.com/lukeed/svelte-demo
  • https://github.com/MaximBalaganskiy/AureliaDotnetTemplate
  • https://github.com/dominikg/svite
  • https://github.com/samlam/sveltekit-adapter-dotnetcore