# CommonFrame **Repository Path**: jiexc0la/CommonFrame ## Basic Information - **Project Name**: CommonFrame - **Description**: 常用函数封装 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-07-15 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程介绍 > 常用函数封装总结 ### 引入方式 ``` npm i cmn-fun-summary -S ``` ### 脚本命令 + 本地调试代码 ``` npm run dev ``` + 打包生成`cf.min.js` ``` npm run build ``` + 生成开发文档 ``` npm run doc ``` + eslint检视并生成检查报告`report.html` ``` npm run lint ``` + eslint自动修复 ``` npm run lint-fix ``` + commit规范提交 ``` npm run commit ```