Skip to content

bahrus/ava-pwar

Repository files navigation

<ava-pwar>

Web component that generates markup from manifest.

NB: One could argue that it would be more effective to implement this on the server, but what would be the fun of that?

This uses the cors anywhere proxy service, which seems to be suffering from over popularity, especially during peak hours EST.

<script src="https://cdn.jsdelivr.net/npm//@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<!-- End  Polyfills -->
<script type="module" src="https://cdn.jsdelivr.net/npm/ava-pwar@0.0.13/ava-pwar.iife.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/wired-elements@0.8.2/dist/wired-elements.bundled.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/p-d.p-u@0.0.69/p-d.p-u.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/xtal-json-editor@0.0.29/xtal-json-editor.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/litter-g@0.0.15/litter-g.iife.js"></script>
``` -->

Install the Polymer-CLI

First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install to install your element's dependencies, then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

About

Web component that retrieves PWA manifest from web site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published