0.2.2 • Published 12 years ago
generator-jquery-mobile v0.2.2
About
Scaffolds a jQuery Mobile web application based on the 'Twitter Bootstrap jQuery Mobile Theme'
Usage
Install it (only once):
npm install -g generator-jquery-mobileCreate a new folder and cd into it:
mkdir mobile-project && cd $_Run
yo jquery-mobileRun
gruntto build andgrunt serverto preview
Options
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.--test-framework=[framework]Defaults to
mocha. Can be switched for another supported testing framework likejasmine.