1.0.0 • Published 2 years ago

dy11-hot-update v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

dy11-hot-update

Demo & Documentation

Installation

npm  install dy11-hot-update

Usage

App.vue usage example
import { hot_update } from 'dy11-hot-update'

export default {
		onLaunch: function() {
			console.log('App Launch')
			hot_update(httpUrl)
		
		}
		....
}

注意: httpUrl 配置需要服务端检查更新接口

1.0.0

2 years ago