You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen https://vuejs.org/guide/reusability/plugins.html, but this is not covering how to have that plugin prepared to be a standalone (external) file (package.json, etc.), only the vue file(s) itself.
luckydonald
changed the title
Scaffolding for a npm plugin
Scaffolding for a vue plugin on npm
Sep 6, 2024
Please describe
Currently it's unclear how to setup and configure a repo to write a plugin for vue, i.e. a custom component to import from npm
Additional context
It would be great to have a generator for that, i.e. with
or similar.
The text was updated successfully, but these errors were encountered: