mini-van
mini-van copied to clipboard
Guide on generating html files?
trafficstars
I have created a web application with routing. Now I want to get html files for my list of URI routes. This is necessary for search engines and fast page loading. After the page is loaded, all JS events should be bound to the existing DOM. My backend is in python. I do not plan dynamic/hot generation of html, it suits me to start generating static html files after changing the content for each route separately. Which way should I go van-plate or mini-van? Is it necessary to install a nodejs?
I think both van-plate and mini-van can work for your use case.
You need a JavaScript runtime to generate the HTML files, can be either NodeJS, Deno or Bun, etc.