9 results for Storybook
develwoutacause’s Twitter Archive—№ 1,483
@justinfagnani @mshilman @yannbf @storybookjs The problem is that web devs don't use build systems. We're accustomed to every tool accepting raw source files as input and redefining the build process
develwoutacause’s Twitter Archive—№ 340
@passle_ @OpenWc @open Then npm run storybook fails with some missing dependencies. I had to npm install core-js concurrently --save-dev. The storybook script also references npm run build:ts, which just
develwoutacause’s Twitter Archive—№ 338
First I ran npm init @open-wc and chose to upgrade storybook. It ran successfully but no files were written. Eventually, I realized I was pressing enter on "Storybook" which is
develwoutacause’s Twitter Archive—№ 339
I realized I need to use right arrow to "check" Storybook *and then* enter to accept. There should be some warning of "You didn't pick anything and won't actually generate
develwoutacause’s Twitter Archive—№ 356
shout out to @WestbrookJ for digging into my challenges with #Storybook and @OpenWc to find ways to improve both my project and open-wc as a whole. Really appreciate your effort