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

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