Hacker News new | ask | show | jobs
by canyonero 1453 days ago
A lot of folks associate Vite with Vue or React. But the ease of use and overall dev experience in a vanilla TS/JS and web components is fantastic.

IMO when paired with Vitest, the setup feels powerful, modern and lean. Would recommend.

2 comments

I also feel like this is the actual use case of Vite. Don't want anything else but be able to roll a static site together, while using some vanilla html, css and js with a few assets attached.
Can second that, I use Vite to bundle the assets for a static site, and it… just works. Frontend tooling like I expect it to.