mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-10 00:12:22 +08:00
Let's use JS for this, don't see a compelling reason to pull lodash. Also, I don't see it in the deps and it's probably working because most projects use it but it could potentially break if it's not there. Signed-off-by: Carlos Vega <clmvega@gmail.com>
Storybook for Angular
Storybook for Angular is a UI development environment for your Angular components. With it, you can visualize different states of your UI components and develop them interactively.
Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
Getting Started
npm i -g @storybook/cli
cd my-angular-app
getstorybook
For more information visit: storybook.js.org
Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your storybook and deploy it anywhere you want.