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