PolymerX / polymer-skeleton

:skull: Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
https://polymer-skeleton.herokuapp.com
MIT License
177 stars 23 forks source link

Base template and base components #16

Closed LasaleFamine closed 7 years ago

LasaleFamine commented 7 years ago

Need to work on a base template like the Polymer Starter Kit (but better 😄 ).

We can also check:

Of course I'm talkin about some basic configuration of the index.html and few more files, but of course we have a different structure and designers 💯

equinusocio commented 7 years ago

https://github.com/PolymerX/polymer-skeleton/tree/feature/demo-template

LasaleFamine commented 7 years ago

Yeeeees! These are the two main components, right? We can definitely give just this two (and maybe the footer) as identifiers of our skeleton, and just add the other two folders, wrappers and units with two components as example.

What about include the style-module like:

...
<style include='style-module'></style>
...

For every components? Just to standardize.

What do you think?

equinusocio commented 7 years ago

Yes, the style-module import should be the same for every components. Maybe we should write some specifications/doc

LasaleFamine commented 7 years ago

Invalid. Ref #29