polymer-starter-kit Questions

2

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 al...
Grandparent asked 13/9, 2017 at 17:34

1

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 t...
Seaward asked 24/5, 2017 at 11:30

3

I would like to create a responsive website with the Polymer Starter Kit + the prebuilt polymer elements. Now, how to achieve something like a container or grid like in a css framework like bootst...
Dumpcart asked 2/9, 2015 at 7:54

1

I have a situation where I am using polymer starter-kit template for my app. My polymer.json files looks like this: { "entrypoint": "index.html", "shell": "src/my-app.html", "fragments": [ ]...
Giralda asked 14/11, 2016 at 20:29

2

Solved

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 ...
Bench asked 11/8, 2016 at 20:52

3

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 bec...
Sechrist asked 29/10, 2015 at 20:31

2

Solved

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...

2

Solved

Question Which method of placing the <script> tags is "best-practice?" Inside the <dom-module>? or Outside the <dom-module>? Also, please answer: Why? What...
Peltz asked 4/8, 2015 at 5:39
1

© 2022 - 2024 — McMap. All rights reserved.