commonts-toolkit1
v2.0.0
Published
微服务工具包
Downloads
1
Readme
npm方法库
介绍
pc 移动端通用方法库
安装教程
cnpm install commonts-toolkit --save
使用说明
- 在 tsconfig.json中配置 "files": ["node_modules/commonts-toolkit/dist/data.d.ts"]
- 在 src/global.tsx中引入 import 'commonts-toolkit';
注意事项
- 如果是js版本使用,会提示找不到TOOLS,那么我们需要在 .eslintrc.js 的globals 对象中加入 TOOLS: true 解决
- 并非所有方法都测试过,如果遇到报错,请及时联系我