Apache Cordova

Clone this repo:
  1. 39940f5 feat!: drop shelljs & prefix node modules w/ "node:*" (#151) by エリス · 16 hours ago master
  2. c11e631 feat!: remove bin & VERSION files (#150) by エリス · 4 days ago
  3. 5c0f352 feat!: build cordova.js during npm prepare & cleanup package output (#149) by エリス · 4 days ago
  4. 080f504 chore: update license (#148) by エリス · 4 days ago
  5. 3eb8714 chore!: update dependencies w/ supporting files (#147) by エリス · 5 days 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