joakin / mfui

Mobile Web UI components for wikimedia mobile sites
GNU General Public License v3.0
0 stars 0 forks source link

mfui [Travis]() [npm]()

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 with

npm start

Run 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