Wikimedia Mobile UI: components from wikimedia mobile sites
In the build/
folder you can find the production ready assets. jQuery
and
OO
are required on the page for using the components.
Node 6 & npm 3 required. Install the dependencies with
npm install
Start the development compiler with
npm start
docs/examples/
docs/index.html
and develop with the examples in mindRun tests, generate docs and examples, and build production assets with
npm run ci
Build the examples with
npm run examples
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