Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/indus/hugoVueSFC

Hugo meets Vue's SFCs
https://github.com/indus/hugoVueSFC

hugo single-file-component vue vue3

Last synced: 26 days ago
JSON representation

Hugo meets Vue's SFCs

Lists

README

        

# hugoVueSFC

**hugoVueSFC** is an attempt to use Vue's Single-File Components (a.k.a. *.vue files) in Hugo directly.
With a bunch of [shortcodes](https://github.com/indus/hugoVueSFC/tree/main/layouts/shortcodes/vueSFC) and [partials](https://github.com/indus/hugoVueSFC/tree/main/layouts/partials/vueSFC) it makes it easy to include SFCs in posts and pages.
At the moment it doesn't support [``](https://vuejs.org/api/sfc-script-setup.html) and [`<style scoped>`](https://vue-loader.vuejs.org/guide/scoped-css.html) 😢

But besides that it works quite well... 😃

This page shows some ways to make use of **hugoVueSFC** in action: [Demo](https://indus.github.io/hugoVueSFC)