Create multiple-page/html using Svelte

Viewed 7431

It seems every tutorial or example I found only designed for SPA (Single Page Application), what should be done to generate multiple page/html? (without having to create a project for each page)

reason why I need multiple page:

  1. backend was built using another language (I'm not using Sapper) so what I need is just static html and javascript.
  2. some of my friends suffer from really slow reload on development (they have too many components)

EDIT: Finally made a template to generate multiple-SPA based on vite-plugin-mpa, svelte-mpa you can degit/clone and modify to suit your needs

0 Answers
Related