https://github.com/joakin/mfui
Mobile Web UI components for wikimedia mobile sites
https://github.com/joakin/mfui
Last synced: about 1 year ago
JSON representation
Mobile Web UI components for wikimedia mobile sites
- Host: GitHub
- URL: https://github.com/joakin/mfui
- Owner: joakin
- License: gpl-3.0
- Created: 2016-10-06T12:05:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T07:08:42.000Z (over 9 years ago)
- Last Synced: 2025-06-09T11:50:08.674Z (about 1 year ago)
- Language: JavaScript
- Size: 575 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 install
Start the development compiler with
npm start
* Watches assets and automatically recompiles the examples into
`docs/examples/`
* Open `docs/index.html` and develop with the examples in mind
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