我正在将Stencil与Ionic4一起使用来创建PWA。我已经使用以下命令生成了我的项目:
npx create-stencil ionic-pwa
如何使用CLI生成新组件?我必须使用哪个CLI?模具还是离子CLI?您能举个例子吗(例如generate component my-new-component
)。
答案 0 :(得分:0)
我找到了这个第三方工具,效果很好。
https://github.com/AkashGutha/generator-stencil
npm install -g yo
npm install -g generator-stencil
yo stencil:component