21 lines
476 B
Batchfile
21 lines
476 B
Batchfile
set APP_NAME=009_helloworld_ionic_webstorm
|
|
|
|
@REM nvm use 18
|
|
@REM npm uninstall @ionic/cli
|
|
@REM npm install -g @ionic/cli@7
|
|
|
|
ionic start %APP_NAME% tabs --type=react --capacitor --no-deps --no-git
|
|
|
|
@REM cd %APP_NAME%
|
|
@REM @REM Adding the Android Platform
|
|
@REM npm install @capacitor/android
|
|
@REM npm install @ionic/storage
|
|
|
|
|
|
@REM npx cap add android
|
|
|
|
@REM @REM Opening the Android Project
|
|
@REM npx cap open android
|
|
|
|
@REM echo "done"
|