新建引導頁面
ionic g page welcome
導入組件

修改模版文件:welcome.html

修改樣式文件:welcome.scss

安裝相關插件:
數據庫使用SQLite:ionic cordova plugin add cordova-sqlite-storage
安裝相關包:npm install --save @ionic/storage


編寫相關代碼:


最終效果:

參考:
https://ionicframework.com/docs/storage/
新建引導頁面
ionic g page welcome



數據庫使用SQLite:ionic cordova plugin add cordova-sqlite-storage
安裝相關包:npm install --save @ionic/storage





參考:
https://ionicframework.com/docs/storage/
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。