Hugo meets Vue’s SFCs

  • hugoVueSFC is an attempt to use Vue’s Single-File Components (a.k.a. *.vue files) in Hugo directly. With a bunch of shortcodes and partials it makes it easy to include SFCs in posts and pages.
  • At the moment it doesn’t support <script setup> and <style scoped> 😢
  • But besides that it works quite well… 😃
  • This page shows some ways to make use of hugoVueSFC in action:

Example: Shortcode - inlined assets

June 4, 2023 Â· indus

Example: Shortcode - linked assets

June 4, 2023 Â· indus