
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
vue-cli-plugin-storybook
Advanced tools
Vue CLI plugin for Storybook
$ vue add storybook
It will create a config folder for storybook, a sample component and a sample story. The webpack config used for storybook is resolved from vue-cli-service
, which means you don't need to have any special webpack
section in storybook config folder.
However, storybook will filter all the plugins for webpack according to internal list of allowed plugins. If you are extending your config with your custom plugins, you can extend list of allowed plugins by passing their names through pluginOptions
in your vue.config.js
like this:
{
pluginOptions: {
storybook: {
allowedPlugins: [
'define'
]
}
}
}
The name of the plugin is the string used in webpack-chains config.plugin(...)
call.
Note that only plugins defined with webpack-chain config can be filtered using the allowedPlugins
option. Plugings defined through configureWebpack
will always be included in the final webpack config.
Here is a list of Contributors
We particularly thank Almas Akchabayev <almas.akchabayev@gmail.com>
for the initial code and willing to transfer the project to us.
I accept pull requests and guarantee a reply back within a day
MIT/X11
Report here. Guaranteed reply within a day.
Pavan Kumar Sunkara (pavan.sss1991@gmail.com)
2.1.0
FAQs
Vue CLI plugin for Storybook
We found that vue-cli-plugin-storybook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.