Easiest way to render app to html (build a single html page from components) #1664
codenomnom
started this conversation in
General
Replies: 1 comment
-
Have you tried using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I know there are tons of static page generators out there. But my goal is to use Vue to render the entire tree of components and convert that to a simple HTML result that I can later put inside an HTML file. So it would be a single static page generation :) Something similar to 11ty, I'd guess🤔
Any ideas on what would be the easiest way for that?
Beta Was this translation helpful? Give feedback.
All reactions