@tims-fe/cheese
v0.0.3
Published
Tims 前端工具集
Readme
cheese
Tims 前端工具集
目录
├── src
| ├── lib # sdk函数文件夹
| └── test # 测试用例
| └── index.ts # sdk入口
├── public
| ├── index.html # 本地开发测试使用
├── docs # 文档
├── scripts # 开发、发布使用工具
├── dist # 打包产物
| ├── index.js
| └── index.js.map