common-func-tools
v1.0.6
Published
Collection of JS Tool Class Methods
Readme
common-func-tools
介绍
npm 包,常用的 js 方法工具集合
软件架构
软件架构说明
安装教程
- 安装(初次安装/安装最新版/更新至最新版) npm i common-func-tools -S
- 安装指定版本 npm i [email protected]
- 卸载 npm uninstall common-func-tools
- 查看所有版本 npm view common-func-tools versions
使用说明
- 引入 import { testA, testB, testC } from "common-func-tools"; 或 import commonFuncTools from "common-func-tools";
- 调用(与引入方式相关) testA(); 或 commonFuncTools();
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
特技
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- Gitee 官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
- GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
- Gitee 官方提供的使用手册 https://gitee.com/help
- Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
