polymer-starter-kit
polymer-starter-kit copied to clipboard
A starting point for Polymer apps
I'm trying to run this app on a subdirectory on my domain at mydomain.com/polymertest/ So, according to index.html, I add "basePath": "polymertest", to polymer.json, and after building, the code now...
### Description When running the PSK with no code modifications against Lighthouse, it gives very low performance score across all builds due to the poor times for First Meaningful Paint,...
In the index.html in line 27 a command-line option '--base-path' is mentioned, but this option doesn't exist in polymer-cli (version 1.5.4).
Some tools like `web-component-tester` and `eslint` are already integrated into `PSK`. What about integrate `Lighthouse` (https://github.com/GoogleChrome/lighthouse)?
### Description Fresh install of Polymer Starter Kit 2. Page loads, but after opening dev tools, fails to work properly (sometimes the page would not even load). Also Edge seems...
### Description When browsing a PSK project in Chrome for Android you can scroll further down than the scrollable area in `` causing the entire app to shift out of...
### Description When using the default service worker configuration, if you change multiple pages in your app e.g. view1.html and view2.html and then reload the app following a build, the...
The psk as installed by `polymer init`'s `polymer-2-starter-kit` option does not implement the *enough* of the 'P' in PRPL. IMO, it would be better if the `index.html` only includes minimal...
In the Polymer Shop app, a unique `` tag was added for each page. I think it would be beneficial to add the same functionality to the PSK.
### Description Inexperienced polymerite here, just trying to get people to look at the library at my school and see how flexible and powerful it is. My code for the...