0.2.16 • Published 2 days ago

@ms-cloudpack/storybook-builder v0.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

@ms-cloudpack/storybook-builder

Experimental storybook builder using Cloudpack.

Installation

Install the builder with npm:

npm install @ms-cloudpack/storybook-builder --save-dev

or yarn:

yarn add @ms-cloudpack/storybook-builder --dev

Configuration

Configure the builder in the Storybook main configuration file:

// .storybook/main.js

const config = {
  ...
  framework: '@storybook/your-framework',
  core: {
    builder: {
      name: '@ms-cloudpack/storybook-builder',
      options: {
        ...
      },
    },
    ...
  },
  ...
};

export default config;

Customize Cloudpack config

The builder will read your cloudpack.config.json file, though it may add some options in order to work correctly. Ensure to have the Cloudpack config in the CWD.

Unsupported features

These are features that are not yet supported by the builder:

  • React docgen
  • MDX
0.2.16

2 days ago

0.2.15

3 days ago

0.2.14

4 days ago

0.2.13

5 days ago

0.2.12

6 days ago

0.2.11

9 days ago

0.2.10

10 days ago

0.2.9

10 days ago

0.2.8

13 days ago

0.2.7

17 days ago

0.2.6

19 days ago

0.2.5

23 days ago

0.2.4

24 days ago

0.2.3

25 days ago

0.2.1

26 days ago

0.2.2

26 days ago

0.2.0

27 days ago

0.1.26

30 days ago

0.1.25

1 month ago

0.1.24

1 month ago

0.1.23

1 month ago

0.1.22

1 month ago

0.1.20

1 month ago

0.1.21

1 month ago

0.1.19-beta.0

1 month ago

0.1.19

1 month ago

0.1.18

2 months ago

0.1.17

2 months ago

0.1.16

2 months ago

0.1.15

2 months ago

0.1.14

2 months ago

0.1.14-beta.1

2 months ago

0.1.14-beta.0

2 months ago

0.1.13

2 months ago

0.1.13-beta.0

2 months ago

0.1.12

2 months ago

0.1.11

2 months ago

0.1.10

2 months ago

0.1.9

2 months ago

0.1.8

2 months ago

0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.1.2

3 months ago

0.1.1

3 months ago