Yeoman generator for jQuery Mobile Framework
npm install generator-jquery-mobileScaffolds a jQuery Mobile web application based on the 'Twitter Bootstrap jQuery Mobile Theme'
- Install it (only once): npm install -g generator-jquery-mobile
- Create a new folder and cd into it: mkdir mobile-project && cd $_
- Run yo jquery-mobile
- Run grunt to build and grunt server to preview
* --skip-install
Skips the automatic execution of bower and npm after
scaffolding has finished.
* --test-framework=[framework]
Defaults to mocha. Can be switched for
another supported testing framework like jasmine.