dy11-hot-update
v1.0.0
Published
dy Hot update
Readme
dy11-hot-update
Demo & Documentation
Installation
npm install dy11-hot-updateUsage
App.vue usage example
import { hot_update } from 'dy11-hot-update'
export default {
onLaunch: function() {
console.log('App Launch')
hot_update(httpUrl)
}
....
}
