frontend-shared
零售帮项目前端代码共享库,使用 npm 进行版本管理
发布
npm run pub
目录结构
.
├── README.md
├── api 通用api错误和http工具
│ ├── errors.ts
│ └── util.ts
├── components 共享组件
│ ├── fission-poster.tsx
│ ├── full-screen-tips.tsx
│ ├── icon.tsx
│ ├── input.tsx
│ ├── live-poster.tsx
│ ├── loading.tsx
│ ├── money-input.tsx
│ ├── number-input.tsx
│ ├── poster-loader.tsx
│ ├── qrcode.tsx
│ ├── redirect-landing.tsx
│ ├── remote-scroll-view.tsx
│ ├── retry.tsx
│ ├── scroll-view.tsx
│ ├── wx-open-launch-weapp.tsx
│ └── wx-open-subscribe.tsx
├── global.d.ts 全局定义
├── hooks 通用hooks
│ ├── use-async-task.ts
│ ├── use-callback-state.ts
│ ├── use-data.ts
│ ├── use-submission.ts
│ └── use-title.ts
├── package-lock.json
├── package.json
└── utils 通用工具集
├── common.ts
├── datetime.ts
├── interface.ts
├── money.ts
├── number.ts
├── payment.ts
├── render.ts
├── routes.ts
├── url.ts
└── wx.ts