„Ionic” változatai közötti eltérés

Innen: Szitár-Net Wiki
Ugrás a navigációhoz Ugrás a kereséshez
 
1. sor: 1. sor:
 
Hibrid multiplatform webes keretrendszer.
 
Hibrid multiplatform webes keretrendszer.
  
'''Android/iOS ikon és splashscreen egyszerűsített létrehozása:'''<br>
+
'''Android/iOS [https://github.com/ionic-team/capacitor-assets ikon és splashscreen] egyszerűsített létrehozása:'''<br>
 
npm run capacitor-assets generate --iconBackgroundColor='#146185' --iconBackgroundColorDark='#f0f4f9' --splashBackgroundColor='#146185' --splashBackgroundColorDark='#f0f4f9'
 
npm run capacitor-assets generate --iconBackgroundColor='#146185' --iconBackgroundColorDark='#f0f4f9' --splashBackgroundColor='#146185' --splashBackgroundColorDark='#f0f4f9'
  

A lap jelenlegi, 2022. október 3., 09:27-kori változata

Hibrid multiplatform webes keretrendszer.

Android/iOS ikon és splashscreen egyszerűsített létrehozása:
npm run capacitor-assets generate --iconBackgroundColor='#146185' --iconBackgroundColorDark='#f0f4f9' --splashBackgroundColor='#146185' --splashBackgroundColorDark='#f0f4f9'

Linux package készítése:
npx electron-packager ./ --platform=linux --arch=x64 --icon=./build/assets/icon/logo.ico --overwrite

Windows package készítése:
npx electron-packager ./ --platform=win32 --arch=x64 --icon=./build/assets/icon/logo.ico --overwrite