Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
christian 4571a14169 android fix пре 4 година
..
.github android fix пре 4 година
CordovaLib android fix пре 4 година
bin android fix пре 4 година
cordova-js-src android fix пре 4 година
guides android fix пре 4 година
hooks android fix пре 4 година
node_modules android fix пре 4 година
tests android fix пре 4 година
.eslintignore android fix пре 4 година
.eslintrc.yml android fix пре 4 година
.gitattributes android fix пре 4 година
.ratignore android fix пре 4 година
.travis.yml android fix пре 4 година
CONTRIBUTING.md android fix пре 4 година
LICENSE android fix пре 4 година
NOTICE IOS пре 4 година
README.md android fix пре 4 година
RELEASENOTES.md android fix пре 4 година
appveyor.yml android fix пре 4 година
package.json android fix пре 4 година

README.md

Build status Build Status codecov.io

Cordova iOS

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project of The Apache Software Foundation (ASF).

Requires:

Create a Cordova project

Follow the instructions in the Command-Line Usage section of http://docs.cordova.io

To use a shared CordovaLib, for example in development, link the appropriate cordova-ios platform folder path:

cordova platform add --link /path/to/cordova-ios

Updating a Cordova project

When you install a new cordova-cli version that comes with a new iOS platform version, from within your project:

cordova platform rm ios
cordova platform add ios

Tests

  1. Run npm install
  2. Run npm test

Futher reading