Wikimedia Mobile UI: components from wikimedia mobile sites
Usage
In the build/
folder you can find the production ready assets. jQuery
and
OO
are required on the page for using the components.
Development
Node 6 & npm 3 required. Install the dependencies with
npm install
Start the development compiler (it watches assets and automatically recompiles) with
npm start
Build the assets for production with
npm run build
You can run the unit tests with
npm run test:js
Also, you can run the units continuously with
npm run test:js -- -w