Replies: 1 comment
-
Moved to vitejs/vite#13671. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a plugin which can convert a .vue file ( which may import other components ) to corresponding html file ( similar to gridsome ) but does not include the markup of the parent components unlike gridsome.
E.g. if there are two folders and each of these folders contains some .vue files, plugin should be able to generate corresponding html files where root tag of each of these html files is same as root tag of its corresponding .vue file instead of
<html>
tag.Is it possible to achieve?
Beta Was this translation helpful? Give feedback.
All reactions