All Projects → montagejs → Digit

montagejs / Digit

Licence: other
Montage template package: Contains touch-optimized Montage components for tablets and phones (work in progress).

Programming Languages

javascript
184084 projects - #8 most used programming language

Build Status

digit

Touch-optimized Montage components for tablets and phones.

Note: Digit is currently still work in progress.

digit

Install

The Digit components depend on the MontageJS framework which isn't included in the repository. If you have npm installed already, cd into the Digit's directory and simply type:

npm install

It will add MontageJS and all the other dependencies. Then you can preview the components on your local server by going to [path-to-digit]/overview.

Components

digit

These are just a few examples, see them all.

Maintenance

Tests are in the test directory. Use npm test to run the tests in NodeJS or open test/run.html in a browser.

To run the tests in your browser, simply use npm run test:jasmine.

To run the tests using Karma use npm run test:karma and for continious tests run with file changes detection npm run test:karma-dev.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].