Apache Cordova

Clone this repo:
  1. a56a51d chore(deps): bump minimatch (#144) by dependabot[bot] · 3 days ago master
  2. 841f759 Merge pull request #143 from apache/dependabot/npm_and_yarn/multi-a07fd7252a by Manuel Beck · 2 weeks ago
  3. 35b38d8 chore(deps): bump qs and express by dependabot[bot] · 3 weeks ago
  4. 3a31bfd chore: update release audit workflow & license headers (#140) by エリス · 3 months ago
  5. 4ec2f30 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#139) by dependabot[bot] · 3 months ago

Node CI codecov.io

Cordova Browser

Target modern web browsers to build Apache Cordova based applications.

Goals

  • Browser targeted deployment
  • Surfacing native platform incompatibilities from the open web platform

PWA support

cordova-browser now includes support for progressive web apps (PWAs)

  • if your project supplies a manifest.json in the www/ dir, it will be used
    • a manifest.json will be generated otherwise
  • if your js code registers a service worker, it will also be used