tengits-fe-utils
v1.6.0
Published
## 设计主张
Downloads
41
Readme
tengits-fe-utils
设计主张
- 尽量零依赖,框架无关
- 建议配合 lodash 使用,不在重复实现如节流,防抖等方法
项目结构
packages 目录下,每个子目录是一个包/库
typedoc
- 文档生成:https://github.com/TypeStrong/typedoc
- Monorepos / Workspaces:https://github.com/Gerrit0/typedoc-packages-example
jest
https://kulshekhar.github.io/ts-jest/
other
globals umd / iife 中,指定外部依赖 external: ['crypto-js', 'cos-js-sdk-v5'], // 匹配需要排除在 bundle 外部的模块, 与@rollup/plugin-virtual冲突