-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIonic-workflows.txt
More file actions
37 lines (22 loc) · 1.27 KB
/
Copy pathIonic-workflows.txt
File metadata and controls
37 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*********************** Integrating Sqlite with prepopulated SQL data ************************
* To integrate Sqlite with prepopulated SQL data follow one of below links
* https://devdactic.com/ionic-4-sqlite-queries/ (OR)
https://www.youtube.com/watch?time_continue=1306&v=fZ4giHzXfSg
Additional stuff: https://www.youtube.com/watch?v=WK7Rzfc1CNc
***********************************************************************************************
******************************** Exiting from Ionic App ***************************************
* https://geekyminds.co.in/exit-app-on-back-press-ionic-4/
***********************************************************************************************
********************************** Most useful commands ***************************************
* npm install -g ionic cordova
* ionic start || ionic start project-name blank --type=angular
* ionic serve || ng serve || ionic serve --port 8899
* npm i @ionic/lab --> ionic lab
* ionic integrations enable cordova --add
* ionic cordova resources
* ionic cordova platform add android
* ionic cordova platform rm android
* ionic cordova run android -l
* ionic cordova run android --device
*
***********************************************************************************************