blog.anshvarun.comMastering Nuxt and Capacitor Integration: A Resource ToolkitCreate resources folder in root directory. Add icon.png with size - 1024x1024 px Add splash.png with size - 2732x3732 px So we have placed icon and splash in resources folder, now we need these in all sizes compatible with our android and ios platf...Oct 4, 2024·1 min read
blog.anshvarun.comStorage of WebWeb storage provides essential benefits to modern application to store data in browser resulting in improved user experience. Sometimes, internet connections can be unreliable or unavailable, which is why offline functionality and reliable performanc...Sep 21, 2024·3 min read
blog.anshvarun.comCapacitor integration with Nuxt app for Android, iOS and ElectronCapacitor is an open source native runtime for building cross-platform mobile and Progressive Web Apps, with JavaScript, HTML, and CSS.For this first we will need a nuxt.js application where we will integrate our capacitor. Nuxt.js can be seen from t...Jun 30, 2024·4 min read