1.0.8 • Published 4 years ago

spa-update-notice v1.0.8

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

spa-update-notice

Useage

yarn add spa-update-notice -S
//vue.config.js
const SpaUpdate = require('spa-update-notice')
/*
  @options 可为空
  demo:
  options = {
    isNeedNotice: true,//提示用户更新,默认false
    versionFileName: 'test.txt' //生成的版本文件命名,默认update_popup_version.txt
  } 
*/
const config = {
  chainWebpack: config => {
    config.plugin('spa-update-notice').use(SpaUpdate, [options])
  }
}
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago