utils in one (includes request, hooks, methods, components, common config, etc.)
Package | Desc | 备注 |
---|---|---|
@minko-fe/html-transform | Vite transform-html | 推荐使用 tag-inject |
@minko-fe/lodash-pro | 基于 lodash 封装的工具库 | 推荐使用 lodash-es |
@minko-fe/axios-pro | 基于 axios 封装的请求库 | 推荐使用 axios-seer |
@minko-fe/postcss-config | 常用的 postcss 配置 | 推荐使用 postcss-config-preset |
@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 |