mini-van icon indicating copy to clipboard operation
mini-van copied to clipboard

Guide on generating html files?

Open creatormir opened this issue 8 months ago • 1 comments
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?

creatormir avatar Mar 18 '25 06:03 creatormir

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.

Tao-VanJS avatar Mar 18 '25 16:03 Tao-VanJS