Creating iOS and Android Apps
โ ๏ธ This page is a stub and needs further information.
When building for iOS and Android, we recommend setting ssr: false in your nuxt config
nuxt.config.ts
export default defineNuxtConfig({ modules: ['@nuxtjs/ionic'], ssr: false,})Also see:
- https://ionicframework.com/docs/developing/ios
- https://ionicframework.com/docs/developing/android
- https://ionicframework.com/docs/deployment/app-store
- https://ionicframework.com/docs/deployment/play-store
Please also see our page on (building for both Web and Device together)(/cookbook/web-and-device)