Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

leon-vg/storybook-ui5

Repository files navigation

Storybook UI5

This repo contains both the storybook-ui5 package as well as a demo.

Run the demo

Working on this repository

The npm package is in the folder app/ui5. It is based on typescript, so it requires a build-step before it can be consumed.

An example project is in examples/ui5-kitchen-sink.

The project works with yarn workspaces.

Installation

First: install yarn

npm install -g yarn

Then run

yarn

Building the package

yarn package:build

Working on the package

yarn package:watch

This command waits for changes and builds the project with every change.

Working on the examples

yarn demo:run-watch

Due to the use of yarn, the example project makes automatic use of the package.

Changing any story hot reloads the example page.

Contributing

File an issue or send me a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published