ci: update github action workflow (#113)

1 file changed
tree: f48db1131c20a99c1b243d3156b5f7798b5103ac
  1. .github/
  2. bin/
  3. cordova-js-src/
  4. cordova-lib/
  5. spec/
  6. .asf.yaml
  7. .eslintignore
  8. .eslintrc.yml
  9. .gitattributes
  10. .gitignore
  11. .ratignore
  12. CONTRIBUTING.md
  13. LICENSE
  14. NOTICE
  15. package-lock.json
  16. package.json
  17. README.md
  18. RELEASENOTES.md
  19. VERSION
README.md

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