Skip to content

wapplr/wapplr-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wapplr-pwa

This package is the PWA (progressive-web-app) extension for Wapplr.

//client.js
import wapplrPwa from "wapplr-pwa";
import wapplrClient from "wapplr";

const wapp = wapplrClient({config: {
        globals: {
            DEV: false //if the DEV global variable was set to true the PWA clear cache when the page loading.
        }
    }
});

wapplrPwa({wapp});

wapp.client.listen();

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published