How I should use "vue-demi" when I create a component library based on a vue-demi component library? #204
Unanswered
rookieLink
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
-
Think a situation, I created a compenent library A using vue-demi, when I build A , I externalize vue-demi.
Now I want create library B based on A without vue-demi, when I build B, should I externalize vue-demi like build A ?
another question, when I use vue-demi in B, Is putting vue-demi in peerDependencies a better choice? because when I use library B in project, I will install two vue-demi version
Beta Was this translation helpful? Give feedback.
All reactions