Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
refactor: move axios-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Aug 23, 2024
1 parent 2a4e5dd commit e64c5f5
Show file tree
Hide file tree
Showing 16 changed files with 77 additions and 795 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

> utils in one (includes request, hooks, methods, components, common config, etc.)
| Package | Desc |
| ------------------------- | ------------------------------------ |
| @minko-fe/axios-pro | Like axios but pro |
| @minko-fe/html-transform | Vite transform-html logic |
| @minko-fe/lodash-pro | More than lodash |
| @minko-fe/postcss-config | Common postcss config |
| @minko-fe/react-component | Unified components for PC and mobile |
| @minko-fe/react-hook | More than ahooks and react-use |
| @minko-fe/react-locale | Lazyloadable react locale |
| @minko-fe/react-route | Like Vue-router with router hooks |
| @minko-fe/vite-config | Common vite config and plugins |
| Package | Desc | 备注 |
| ------------------------- | --------------------------------------------------------- | -------------------------------------- |
| @minko-fe/html-transform | Vite transform-html | 推荐使用 tag-inject |
| @minko-fe/lodash-pro | 基于 lodash 封装的工具库 | 推荐使用 lodash-es |
| @minko-fe/postcss-config | 常用的 postcss 配置 | |
| @minko-fe/react-component | 多设备共用的 React 组件库 | 不再维护 |
| @minko-fe/react-hook | 基于 ahooks / react-use 封装的 hook 库 | 推荐使用 ahooks + x-ahooks |
| @minko-fe/react-locale | 基于 react-i18next / vite-plugin-i18n-ally 封装的国际化库 | 推荐使用 vite-plugin-i18n-ally |
| @minko-fe/react-route | 基于 react-router-dom@6 封装的配置式路由库 | 推荐使用 vite-plugin-remix-flat-routes |
| @minko-fe/vite-config | 常用的 vite 配置 | 推荐使用 vite-config-preset |

## License

Expand Down
81 changes: 0 additions & 81 deletions packages/axios-pro/CHANGELOG.md

This file was deleted.

20 changes: 0 additions & 20 deletions packages/axios-pro/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions packages/axios-pro/__tests__/basic.spec.ts

This file was deleted.

52 changes: 0 additions & 52 deletions packages/axios-pro/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/axios-pro/scripts/build.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/axios-pro/scripts/dev.ts

This file was deleted.

Loading

0 comments on commit e64c5f5

Please sign in to comment.