I used to develop ionic app using stencil. I could select ionic pwa starter when create a new project with “npm init stencil”.
However, it seems the ionic-pwa starter template is longer available in the current version of “create-stencil”?
I used to develop ionic app using stencil. I could select ionic pwa starter when create a new project with “npm init stencil”.
However, it seems the ionic-pwa starter template is longer available in the current version of “create-stencil”?
It seems the ionic-pwa starter is only available in stencil cli v1.
Workaround to create ionic project with stencil seems to be:
npx -p create-stencil@1 create-stencil
(Edit: but the resulting project cannot be started, got typescript error related JSX Element)