stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Confusion with stencil-starter and stencil-component-starter #12

Closed peterennis closed 6 years ago

peterennis commented 6 years ago

I have tried both and the difference is not clear. Why are there two seemingly identical systems?

siemato commented 6 years ago

@peterennis both are example projects for getting stared with stencil. one is for building components (and creating a distributable version), the other one is for creating complete apps with stencil (and consuming the distributable versions). I don't consider them to be identical. Both a built upon the same compiler so they are similar. So are many many of those 30k webpack based boilerplates. they do some things in a different manner but look very similar.

peterennisrda commented 6 years ago

That cleared it up for me. Thanks.