Directory

ava-pwar - Vaadin Add-on Directory

Web component that retrieves PWA manifest from web site ava-pwar - Vaadin Add-on Directory
# \ 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](https://www.karolisram.com/cors-from-anywhere/), which seems to be suffering from over popularity, especially during peak hours EST.
``` --> ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ```