0.0.4 • Published 2 years ago

vite-plugin-update-listener v0.0.4

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

vite-plugin-update-listener

使用说明

1. npm install vite-plugin-update-listener --save-dev
2. "vite.config.js"中进行配置:
    module.exports = {
      //...
      plugins: {
        UpdateListenerPlugin()
      }
      // ...
    }
3. 提交信息含"--no-tip"则关闭一次更新提醒,否则版本发布后都会监听并且开启提醒
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago