@netlify/plugin-storybook
v1.4.3
Published
Plugin to provide better Component Publishing Protocol (CPP) support for Storybooks deployed to Netlify
Downloads
101
Maintainers
Keywords
Readme
Netlify Storybook Plugin
Plugin to provide better Component Publishing Protocol (CPP) support for Storybooks deployed to Netlify
Installation options
You can install the plugin for your site using your netlify.toml
file or the Netlify UI.
Install plugin through the Netlify UI
For UI-based installation, you can install this plugin from the Plugins directory, or through this direct installation link.
Install plugin with a netlify.toml
file
To install the plugin manually:
From your project's base directory, use npm, yarn, or any other Node.js package manager to add the plugin to devDependencies
in package.json
.
npm install -D @netlify/plugin-storybook
Then add the plugin to your netlify.toml
configuration file:
[[plugins]]
package = "@netlify/plugin-storybook"