@byteluck-fe/global-shared
v6.1.0-1-beta4
Published
## Project setup ``` npm install ```
Readme
global-shared
Project setup
npm install发布
修改package.json中的version
npm run buildnpm publish发布也可执行 package.json 中的指令
发布修改主版本
npm run release:major 发布修改中版本
npm run release:minor 发布修改小版本
npm run release:patch |
├─bin
|
├─coverage
|
├─src
│ │
│ ├─compile (cdn、theme)
│ │ cdn.ts
│ │ index.ts
│ │ theme.ts
│ ├─entity (公共模型字段、服务)
│ │ BizModel
│ │ index.ts
│ ├─enum (公共枚举)
│ │ ├─cacheDataTypes (FieldTypes)
│ │ │
| | ├─httpCode (http服务响应的code)
| | |
| | └─ index.ts
│ │
│ ├─fetchClient (http 请求配置)
| |
│ ├─nativeClient
│ │
│ ├─postmate
│ │
│ ├─tracker
| | dingTalk.ts
| | sensors.ts
| | tracker.ts
| |
│ ├─utils (工具类)
│ │ index.ts
│ │
│ ├─valueObjects (模型字段映射表)
| | BizModel
│ │ index.ts
| |
│ ├─baitedaCustom (自定义公共API)
| |
│ ├─baitedaPath (公共路由路径)
| |
│ └─TenantInitUtil (公共租户信息处理)
│
└─types (类型文件)
