Ionic¶
教程¶
从 March 6, 2020 的 What's new in Ionic 5 - Migration and Free Starter 开始看,再往前的教程有点老了。
Stencil¶
A Compiler for Web Components and High Performance Web Apps.
Ionic 采用 Web Component 提供与框架无关的 UI 组件。
起步¶
npm install -g @ionic/cli
ionic start
cd <myAppName>
ionic serve
ionic capacitor add
ionic capacitor copy android
ionic capacitor run android