oku-ui / pergel

Full Stack Nuxt or Nitro Application. It contains the necessary toolkits for a software developer and a fast, clean, tested toolkit.
https://pergel.oku-ui.com
MIT License
112 stars 5 forks source link

Ionic || Capacitor Module v0.1.0 #202

Open 0fatihyildiz opened 8 months ago

0fatihyildiz commented 8 months ago

MVP Roadmap for Ionic Pergel Templates and Pergel Config 🔥

Aksoom-Hussain commented 8 months ago

instead of going with ionic UI you can directly use the capacitor.js to scaffold the mobile responsive component and manage dynamic theme

productdevbook commented 8 months ago

instead of going with ionic UI you can directly use the capacitor.js to scaffold the mobile responsive component and manage dynamic theme

Yes We are also building a capacitor module. This way you will only activate the capacitor and use the module you want.

capacitor: true

Aksoom-Hussain commented 8 months ago

instead of going with ionic UI you can directly use the capacitor.js to scaffold the mobile responsive component and manage dynamic theme

Yes We are also building a capacitor module. This way you will only activate the capacitor and use the module you want.

capacitor: true

how will you manage it with ssr. will there be option to separate out the nitro server api and the frontend on different sub domain so we can send code in capacitor builds

productdevbook commented 8 months ago

mobile app dont used ssr. ssr:false default. How do you plan to use SSR in the mobile app ?

Aksoom-Hussain commented 8 months ago

mobile app dont used ssr. ssr:false default. How do you plan to use SSR in the mobile app ?

ssr is not possible in capacitor local build (sending code in build) but using directly with hosted domain but got issues around the native components as if call pwa components from plugin