Questions tagged [polymer-starter-kit]

Build tools & boilerplate for creating production-quality web apps using Polymer.

Build tools & boilerplate for creating production-quality web apps using Polymer. Start your project with the Polymer Starter Kit to get the most out of the library, elements built with Polymer, and Polymer-related tools.

Get started quickly with the complete set of the same paper and iron elements used by Google products. Build your app using a suite of gulp tasks that leverage the full range of Polymer-related tools, such as vulcanize, crisper, and more. Build your app out of elements, or wire in an external framework to handle business logic. It's up to you! Start off mobile-friendly with the included layout boilerplate. Use the built-in paper elements to create a full material design-style app.

More about Polymer Starter Kit at:
https://developers.google.com/web/tools/polymer-starter-kit/

246 questions
16
votes
2 answers

Polymer Starter Kit vs Polymer App Toolbox

What's the difference between Polymer Starter Kit and Polymer App Toolbox? Both are collections of web components, build & testing tools, and Material Design templates for building Progressive Web Apps with Polymer. Which one should I base my new…
14
votes
2 answers

Possible to have multiple `manifest.json` for PWA?

Consider I have:- PWA at myapp.firebaseapp.com with it's own manifest.json. Admin for the PWA at myapp.firebaseapp.com/admin Is it possible to have another manifest.json for the admin URL to allow "Add to Home Screen" on the same PWA?
Andrew See
  • 1,062
  • 10
  • 21
12
votes
3 answers

How to structure large Polymer projects with 100+ elements

The Polymer Starter Kit is a good reference to start a Polymer project. You simply put all your elements into the app/elements folder. This works pretty neat for small to midsize projects. It becomes messy when you have more than ~30 elements. Then…
LinusK
  • 337
  • 2
  • 11
10
votes
1 answer

Lighthouse & Polymer: start_url in manifest is not cached by Service Worker

I'm testing my Polymer application and I get a pretty good score on Lighthouse. However, I still have a small problem. I have a manifest.json file containing everything so the app can be added to the home screen, but Lighthouse still gives a failure…
8
votes
2 answers

Polymer deactivating pages when their not in view

I'm using the polymer application drawer template from the polymer cli. I'm having some trouble with: When you load a new page, the html element is imported; then it's code executes When I move to another page the code for the previous page is…
Snewedon
  • 2,410
  • 2
  • 13
  • 27
8
votes
2 answers

Polymer 1.0: Do