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
{{ message }}
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
If this enhancement use bili, then poi might be removed because the original purpose of poi is to bundle vue component as library. This also open the possibility to use official storybook cli and addon without any quirk. And maybe it can solve #1 and able add support publishing to github pages.
In package.json, use fields: main for cjs module for es unpkg and jsdelivr for minified umd until webpack prioritize module over browser.
Package vue component as:
And publish it to:
If this enhancement use
bili
, thenpoi
might be removed because the original purpose ofpoi
is to bundle vue component as library. This also open the possibility to use official storybook cli and addon without any quirk. And maybe it can solve #1 and able add support publishing to github pages.Support 2 CDN (https://unpkg.com and https://jsdelivr.com) in case one of them is server down.
The text was updated successfully, but these errors were encountered: