DEV Community

Franck Freiburger
Franck Freiburger

Posted on

How to load .vue files directly from the browser

...easy, use vue3-sfc-loader !

I just started this new project to allow people to load their .vue file directly in the browser without any build step (yet I love webpack).

Online demo: https://codepen.io/franckfreiburger/project/editor/AqPyBr
Git repo: https://github.com/FranckFreiburger/vue3-sfc-loader

Top comments (0)