# fan-use **Repository Path**: thiszhong/fan-use ## Basic Information - **Project Name**: fan-use - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-14 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fan Use ### Install ```ssh // Gitee npm i git+https://gitee.com/thiszhong/fan-use.git#v0.0.17 axios qs@~6.9.0 // Github pnpm install git+https://github.com/FanConsole/fan-use.git#v0.0.17 axios qs@~6.9.0 ``` ### 使用 #### UniApp 项目配置 - jsconfig / tsconfig 中 `compilerOptions.paths` 增加 `"fan-use": ["fan-use/uniapp"]` - vite.config 中 `resolve.alias` 增加 `'fan-use': 'fan-use/uniapp'`