Modernizacion completa del frontend: - Angular 8 -> 18.2.14 - Ionic 4 -> 8.7.17 - Capacitor 6.x (migracion desde Cordova/@ionic-native) - TypeScript 5.4.5 - Swiper 11 con Web Components API Cambios principales: - Migrar NativeStorage a @capacitor/preferences - Migrar InAppBrowser a @capacitor/browser - Migrar Camera a @capacitor/camera - Migrar Geolocation a @capacitor/geolocation - Migrar StatusBar/SplashScreen a Capacitor - Migrar Facebook/Google login a plugins Capacitor - Actualizar lazy loading syntax (Angular 12+) - Configurar buildOptimizer: false para Ionic 8 - Limpiar package.json de dependencias obsoletas - Agregar README con guia de instalacion Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
419 B
Markdown
Executable File
9 lines
419 B
Markdown
Executable File
These are Cordova resources. You can replace icon.png and splash.png and run
|
|
`ionic cordova resources` to generate custom icons and splash screens for your
|
|
app. See `ionic cordova resources --help` for details.
|
|
|
|
Cordova reference documentation:
|
|
|
|
- Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html
|
|
- Splash Screens: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/
|