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

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