You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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