I want to contribute by creating a slice library.
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?
Best Regards
Samuel