Skip to content

passy/generator-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator-cordova

A generator for Yeoman.

Getting started

  • Make sure you have the following installed:

  • Install any SDKs you need for developing platform applications:

  • Install the generator: npm install -g generator-cordova

  • Run: yo cordova

Usage

Once you have ran yo cordova yeoman should now have scaffolded a cordova framework for you.

Serve to web browser

To deploy as local web server and watch for changes requires the installation of LiveReload browser extension.

grunt serve --platform=ios: prepares and serves the application as a local web server at http://localhost:8000/, watching for changes then preparing/redeploying the web server.

Serve to emulator

grunt emulate: builds and emulates all installed platforms

grunt liveemulate: builds and emulates all installed platforms, watching for changes then building/redeploying the emulator.

Options

--platform: sets a platform to build/emulate. eg. --platform=ios

--family: sets a family to build/emulate. eg. --family=ipad

Example

grunt liveemulate --platform=ios --family=ipad: builds and emulates the ios platform using the ipad family.

License

MIT License

About

Yeoman generator for Cordova

Resources

License

Stars

Watchers

Forks

Packages

No packages published