1.2.1 • Published 6 months ago

@bnfe/web-utils v1.2.1

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

@bnfe/common-utils

这是一个在web环境下的utils包 你可以在 vue / react / h5 / script标签 中使用此包

安装

pnpm install @bnfe/web-utils -S

使用

1. 在 Vue / React 中使用

import { copyToClip } from "@bnfe/web-utils";

copyToClip("str");

2. 在 browser 中使用

复制dist文件夹下的web-utils.umd.js文件 引入现有的项目中

<script src="./script/web-utils.umd.js"></script>

<script>
  const { copyToClip } = webUtils

  copyToClip('str')
</script>
1.2.1

6 months ago

1.2.0

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago