1.0.3 • Published 9 years ago
mfui v1.0.3
mfui

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 installStart the development compiler (it watches assets and automatically recompiles) with
npm startBuild the assets for production with
npm run buildYou can run the unit tests with
npm run test:jsAlso, you can run the units continuously with
npm run test:js -- -w