@foxpage/foxpage-component-storybook-preset
TypeScript icon, indicating that this package has built-in type declarations

0.2.20 • Public • Published

@foxpage/foxpage-component-storybook-addon

foxpage-component-boilerplate 开发组件提供 storybook 插件 preset 配置

包含 addon 预设配置, webpack 预设配置, 让用户无需关心内部实现

Usage

// .storybook/main.js

module.exports = {
  addons: [
    {
      name: '@foxpage/foxpage-component-storybook-preset/preset',
      options: {},
    },
  ],
  // 可自定义设置
  // webpackFinal: async config => {
  //   return config;
  // },
};

Package Sidebar

Install

npm i @foxpage/foxpage-component-storybook-preset

Weekly Downloads

26

Version

0.2.20

License

MIT

Unpacked Size

12.7 kB

Total Files

15

Last publish

Collaborators

  • shumingzhang
  • milkrong
  • songzinpm
  • yhdeng
  • xdrxdr
  • wangyilong