cordova prepare

cordova prepare command

Synopsis

Transforms config.xml metadata to platform-specific manifest files, copies icons & splashscreens, copies plugin files for specified platforms so that the project is ready to build with each native SDK.

Syntax

cordova prepare [<platform> [..]]
     [--browserify | --fetch]

Options

Option Description
<platform> [..] Platform name(s) to prepare. If not specified, all platforms are built.
--browserify Compile plugin JS at build time using browserify instead of runtime.
--fetch When restoring plugins or platforms, fetch will npm install the missing modules.
doc_cordova
2017-01-31 03:40:07
Comments
Leave a Comment

Please login to continue.