mvsde’s avatarmvsde’s Twitter Archive—№ 17,579

    1. I built a Vue template plugin for @eleven_ty. Mostly for the fun of it to play around with Vue SSR. But I also included Composition API helper methods for <script setup> support which I previously developed for my website. github.com/mvsde/eleventy-plugin-vue
  1. …in reply to @MVSde
    At this point the plugin is really basic and probably doesn’t cover a lot of edge cases or obscure Eleventy magic 😅 Could also use some performance improvements. Currently the templates are compiled every time Eleventy runs the plugin. It’s still really fast though.