Giter Club home page Giter Club logo

diu.neos.pwa's Introduction

Service Worker (PWA) for Neos

This package adds a basic configuration to precache content using service worker with google workbox. Furthermore, it will add a "Add to homescreen" for your devices who are supporting it.

Setup

Run composer require diu/neos-pwa

Configuration

Copy the following files to your site package and change the values to your need:

Add all icons for the manifest, an example is in the Settings.Manfiest.yaml and set name, colors ...

For the workbox setting, it is usually enough to adapt only the globPattern to your needs. We recommend to only include files from your package, don't add any Neos static files.

All necessary configurations are added to the Neos.Neos:Page prototype. The initialisation of the service worker is done via inline javascript before the closing body tag.

SUGGESTION: Exclude in your .gitignore /Web/sw.js and /Web/workbox-* as they should be automatically generated while your CI/CD process and is versioned by workbox-cli.

Create workbox-config.js

Run ./flow pwa:create or ./flow pwa:update. This will create/update the workbox-config.json in your project root.

Local testing

We recommend to use DDEV as you need a valid https connection, but it should also work with http://localhost for development.

  • make sure you have installed the package
  • Run npm add workbox-cli && npx workbox generateSW (instead of npm you can also use yarn add workbox-cli)

Add to your CI/CD pipeline

Workbox needs your paths to static resources. Therefore, you have to provide a complete "build" environment. We suggest to add a new FLOW_CONTEXT like Development\Workbox\Settings.db.yaml where you add a setting for an in-memory sqlite database:

    Neos:
      Flow:
        persistence:
          backendOptions:
            driver: 'pdo_sqlite'
            path: ':memory:'
            username: NULL
            password: NULL
          doctrine:
            cacheImplementation: NULL
            dbname: 'flow_functional_testing'

Add these build steps:

  • Run ./flow resource:publish --collection static as workbox needs the static files while building the service worker in next step
  • npm add workbox-cli && npx workbox-cli generateSW This will generate your service worker, based on the workbox-config.js in your /Web directory

(instead of npm you can also use yarn add workbox-cli)

Roadmap

  1. Autogenerate all favicon/icons based on Manifest.yaml and add them to the header

Sponsor

This Neos plugin is kindly sponsored by DI Unternehmer - Digitalagentur GmbH

diu.neos.pwa's People

Contributors

akappler avatar andreas-reichel-diu avatar grizooo avatar markusguenther avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

markusguenther

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.