Sharing reusable Vue.js components with Lerna, Storybook, and npm 1 year ago José Silva wrote a good tutorial on how to share reusable Vue.js components with Lerna, Storybook, and npm. TLDR: Adding import '@angular/localize/init into config.js or preview.js in the .storybook folder. Explanation. The issue is that Storybook can't find the polyfill @angular/localize/init. Since Storybook uses webpack to serve Storybook we need to add the polyfill to webpack. Adding a polyfill to webpack can be done by adding it to the entries ... Feb 09, 2020 · Storybook is a free library that integrates into your Angular projects to let you look at any component in your application, tweak with configuration values, and ensure the component is behaving properly.