# Hooks-Admin **Repository Path**: iwtkings/Hooks-Admin ## Basic Information - **Project Name**: Hooks-Admin - **Description**: 🚀🚀🚀 Hooks Admin,基于 React18、React-Router V6、React-Hooks、Redux、TypeScript、Vite2、Ant-Design 开源的一套后台管理框架。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://hooks.spicyboy.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 339 - **Created**: 2022-06-15 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hooks-Admin ### 介绍 🚀🚀🚀 Hooks Admin,基于 React18、React-Router v6、React-Hooks、Redux、TypeScript、Vite2、Ant-Design 开源的一套后台管理框架。 ### 在线预览地址 👀 - Link:http://hooks.spicyboy.cn ### Git 仓库地址 (欢迎 Star⭐) - Gitee:https://gitee.com/laramie/Hooks-Admin - GitHub:https://github.com/HalseySpicy/Hooks-Admin ### 安装使用步骤 📑 - **Clone:** ```text # Gitee git clone https://gitee.com/laramie/Hooks-Admin.git # GitHub git clone https://github.com/HalseySpicy/Hooks-Admin.git ``` - **Install:** ```text npm install cnpm install # npm install 安装失败,请升级 nodejs 到 16 以上,或尝试使用以下命令: npm install --registry=https://registry.npm.taobao.org ``` - **Run:** ```text npm run dev npm run serve ``` - **Build:** ```text # 开发环境 npm run build:dev # 测试环境 npm run build:test # 生产环境 npm run build:pro ``` - **Lint:** ```text # eslint 检测代码 npm run lint:eslint # prettier 格式化代码 npm run lint:prettier # stylelint 格式化样式 lint:stylelint ``` - **commit:** ```text # 提交代码(会自动执行 lint:lint-staged 命令) npm run commit ```