I cant find any documentation on how to create one, package it correctly for npm etc.
But I started with a clean Nuxt install, iinstalled slicemachine, slicemachine-ui & storybook. Then I created a slice, but my main concern right now is that it is inheriting styles from the already included vue-essential-slices, for example from its typography.scss.
Is there a way to unregister the included library? And when Im done with my own library, how to package it for npm?
And another thought on the same topic. Say you use a css lib. like tailwind, then the tailwind config needs to be included in the slice library as well. How to solve that?
Sorry for spamming, but got eager to create a library after tonights announcements