FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

How to use plugins? #55

Closed Okiharaherbst closed 3 years ago

Okiharaherbst commented 3 years ago

Thanks for this great library, looks promising for a small project I'd like to get off the ground.

I'm just a bit unsure as to how plugins should be used when creating the Vue app instance. The examples from the Vue documentation show:

import i18nPlugin from './plugins/i18n'

But how should I use this without webpack?