How can I wrap/encapsulate Vuetify in an npm package? #14802
Unanswered
pizzaeater
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have several apps using Vue and Vuetify. I'm creating an npm package "Design System", which:
The idea is:
const vuetify = initDesignSystem(Vue, theme)
, then we passvuetify
to a Vue constructor in the host appAny ideas, recommendations, and examples on how to do it?
Beta Was this translation helpful? Give feedback.
All reactions