# enn-web-hooks **Repository Path**: mrguoyaqi/enn-web-hooks ## Basic Information - **Project Name**: enn-web-hooks - **Description**: vue3+ts公共hooks - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, TypeScript, hooks ## README ## 简介 这是一个前端项目通用工具库,方法使用 ts 开发,并且对每个方法的使用及注意事项进行了详细描述,工具库内的方法会持续更新 ## 安装 ```console npm install enn-web-hooks --save ``` ```console enpm install enn-web-hooks --save ``` ## 导入使用 按需导入: ```console import { useRef } from 'enn-web-hooks' ``` 默认导入: ```console import $h from 'enn-web-hooks' ``` ## 说明文档 [详细使用文档](https://gitee.com/mrguoyaqi/enn-web-hooks/wikis/)