# Hooks-Admin **Repository Path**: AhChi/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**: 335 - **Created**: 2022-06-09 - **Last Updated**: 2022-06-09 ## 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 ``` - **commit:** ```text # 提交代码(会自动执行 lint:lint-staged 命令) npm run commit ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request