mediawiki-extensions-Popups/.storybook
Thiemo Kreuz 76e02fae98 Remove obsolete mediaWiki and jQuery aliases
Notice how this actually reduces the size of the final, compiled index.js.
It's not much, but still.

One issue I noticed is that the coverage reports for the JS code stopped
working. I have no idea why.

Bug: T208951
Change-Id: I2fe92579574b3b1ba4d2dd064899eee944045a96
2019-10-22 09:30:46 +02:00
..
helpers eslint: Remove valid-jsdoc override 2019-08-15 08:00:24 +00:00
mocks Improving RTL support for the Storybook app 2019-03-25 11:19:15 +01:00
stories eslint: Remove valid-jsdoc override 2019-08-15 08:00:24 +00:00
.nvmrc Lower node version 2019-01-08 15:03:35 -08:00
addons.js Storybook.js for Popups 2019-01-08 14:19:00 +01:00
config.js Storybook.js for Popups 2019-01-08 14:19:00 +01:00
package-lock.json Improving RTL support for the Storybook app 2019-03-25 11:19:15 +01:00
package.json Improving RTL support for the Storybook app 2019-03-25 11:19:15 +01:00
README.md Doc: Refer to Node versions without "v" prefix 2019-06-10 17:30:26 +01:00
webpack.config.js Remove obsolete mediaWiki and jQuery aliases 2019-10-22 09:30:46 +02:00

StoryPops - Storybook for Popups

This "mini-project" contains all the dependencies and code to run a Storybook app (https://storybook.js.org/) for the Popups repository.

Quickstart: npm install && npm run start visit http://localhost:6006

NOTE: This project requires a different version of Node then the main Popups project. NVM is recommended to manage these versions. (cd .storybook && nvm use)

This project is configured to run separately from the main Popups project because it requires at least Node 8.4, whereas Popups (currently) runs Node 6 for consistency with C.I.

When the Popups Node version is upgraded, the Storybook dependencies can be moved into the main Popups package.json file and the one in this folder can be removed.