@superyou/web-utils
TypeScript icon, indicating that this package has built-in type declarations

12.0.1 • Public • Published

@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>

Readme

Keywords

none

Package Sidebar

Install

npm i @superyou/web-utils

Weekly Downloads

0

Version

12.0.1

License

MIT

Unpacked Size

16.1 kB

Total Files

20

Last publish

Collaborators

  • wuyupei