1.2.0 • Published 11 months ago

newhope-utils v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

依赖包

需要跟随下载的依赖包请放入package.json 的peerDependencies中 依赖包打包排除请放入vite.config.js 的externals中

发布npm

注意:发布npm前需修改package.json的 version 版本号 npm publish

本地测试

生成本地的npm包

npm link

链接到本地生成的npm包

npm link newhope-utils

使用依赖包

方式1

import { UUID } from 'newhope-utils' consolo.log(UUID())

方式2

import * as utils from 'newhope-utils' consolo.log(utils.UUID())

1.2.0

11 months ago

1.1.1

12 months ago

1.1.0

12 months 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago