1.0.11 • Published 1 year ago

redu-utils v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm i redu-utils
# 或者
yarn add redu-utils
# 或者
pnpm add redu-utils
//  示例
import { VersionUpdate } from 'redu-utils'
const env = import.meta.env.VITE_NODE_ENV
const basePath = import.meta.env.VITE_ROOT_PATH
const isLocal = env === 'custome'
new VersionUpdate({
  localstroageKey: 'version', // 本地存储的版本号的key
  timeout: 60 * 1000 * 30, // 轮询时间
  htmlFileUrl: `${basePath}index.html`, // 请求html文件的url
  envExecute: !isLocal, // 是否执行版本更新
})
1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago