mediawiki-extensions-Popups/.storybook
Thiemo Kreuz fb5b120515 Minor fix-ups to type hints in JavaScript code
This patch also removes misplaced empty lines at the beginning of a
scope. In PHP code we even have a sniff for these. In JavaScript we
don't, but I suggest to be consistent about this.

Change-Id: Ic104ae8fe176da1dafa9bc783402adecb71de1f0
2019-02-14 11:15:01 +01:00
..
helpers Minor fix-ups to type hints in JavaScript code 2019-02-14 11:15:01 +01:00
mocks Storybook.js for Popups 2019-01-08 14:19:00 +01:00
stories Storybook.js for Popups 2019-01-08 14:19:00 +01: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 Storybook.js for Popups 2019-01-08 14:19:00 +01:00
package.json Storybook.js for Popups 2019-01-08 14:19:00 +01:00
README.md Storybook.js for Popups 2019-01-08 14:19:00 +01:00
webpack.config.js Storybook.js for Popups 2019-01-08 14:19:00 +01: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 v8.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.