Replies: 1 comment
-
Hi, It is absolutely possible. You can follow the same process but use Vue's Rollup/Vite plugins instead of React's. See https://vite.dev/guide/build.html#library-mode. Vue does not have dedicated documentation for this, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi !
We are currently building our company design system with Storybook using VueJs and Vite. I am trying to build a package to be hosted on npm and use across our projects. I found this documentation https://storybook.js.org/tutorials/design-systems-for-developers/react/en/distribute/ but it is using React.
Am I missing something ? is it even possible to do such thing with Vue/Vite ?
Thanks by advance.
Mallaury
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions