# mobile-dev-utils **Repository Path**: hankersyan/mobile-dev-utils ## Basic Information - **Project Name**: mobile-dev-utils - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobile-dev-utils #### Description mobile development utils #### Software Architecture node.js #### Components 1. resize-icon 2. cordova-live-upgrader 3. cordova-app-upgrader 4. backbutton-for-vue-f7 #### Instructions of cordova-live-upgrader For vue.js: 1. 将 live-upgrader.js 放在vue工程的 src/assets/js 下,并修改 version.json 的URL 2. 修改 main.js, 如下: import './assets/js/live-upgrader.js' window.vm = new Vue({...}); export default window.vm; 3. 编译并打包 www 目录,将 www.zip and version.json 上传至云存储. 注:remote-injection插件会影响本方法。 4. 响应返回按钮事件,单击返回,双击退出。在 main.js 里 import backbutton-for-vue-f7