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

integrating @ionic/core? #38

Closed aaronksaunders closed 6 years ago

aaronksaunders commented 6 years ago

what is the correct version of @ionic/core to use with stencil starter?

aaronksaunders commented 6 years ago

got it to work by looking at the versions used in the pwa demo

    "@ionic/core": "0.0.2-48",
    "@stencil/core": "0.2.1",
    "@stencil/router": "latest"