Generate Android Bundle (.aab file) for a Cordova app Cordova 8.1+ supports generating Android Bundle (.aab file). Usually cordova generates an .apk file for your app. Playstore often warns …
Adding google-analytics to your vue application I am using Google’s global site gags (gtags) on my framework7+vue application to collect data. The gtag official documentation has an easy …
Saving Blob to a file Create an url from a Blob using createObjectUrl. Create an element with tag a and use the url generated above. Set properties such as …
Awesome Vue : A personal list To automatically create links from raw url and email links in v-html directive, use vue-linkify. Create a custom directory such as …