0.0.1 • Published 4 years ago

storybook-aem-open-in-aem v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Storybook Open in AEM

This adds a button to the Storybook toolbar that can open a story in AEM.

Usage

npm i storybook-aem-open-in-aem/register
main.js
module.exports = {
  addons: [
    'storybook-aem-open-in-aem/register'
  ]
};

To use a relative url, leave the aemUrl parameter blank. Otherwise, enter the url of AEM.

preview.js
import { addParameters } from '@storybook/client-api';

addParameters({
  openInAEM: {
    aemUrl: 'localhost:4502'
  }
});
0.0.1

4 years ago