
Security News
pnpm 10.12 Introduces Global Virtual Store and Expanded Version Catalogs
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
@storybook/vue-webpack5
Advanced tools
Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Storybook for Vue 3 is a UI development environment for your Vue 3 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.
cd my-vue-app
npx storybook@latest init
For more information visit: storybook.js.org
https://github.com/white-rabbit-japan/vue-vuetify-storybook
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.
Vue.use
). You will need to declare those in the ./storybook/preview.js
.In Storybook story and decorator components, you can not access the Vue instance in factory functions for default prop values:
{
props: {
foo: {
default() {
return this.bar; // does not work!
}
}
}
}
FAQs
Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.
The npm package @storybook/vue-webpack5 receives a total of 14,407 weekly downloads. As such, @storybook/vue-webpack5 popularity was classified as popular.
We found that @storybook/vue-webpack5 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 29 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
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.