Hey everyone does anyon…

less than 1 minute read

Hey everyone, does anyone nows how hard or easy it is to reuse the storybook schematics if you doesn’t use angular or react as a target. The configuration schematic checks for this two, but how much could I reuse if I write my own? Or is it easier to start from zero? What’s about the builder? Does they work with other targets?

Responses:

Most of the config will be the same, you’ll need to swap out @storybook/react for whichever storybook package you need.

The builder will run storybook with whatever configuration you have set up, so that won’t need to change.

Auto generated stories probably won’t work

Updated: