# meng-react-admin **Repository Path**: sql123z/meng-react-admin ## Basic Information - **Project Name**: meng-react-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Meng React Admin🚀 ### 介绍 📖 🚀🚀🚀 Meng React Admin,基于 React18、React-Router v6、zustand TypeScript、Vite5、Ant-Design 开源的一套后台管理框架。 ### 一、在线预览地址 👀 - Link:https://sql123z.gitee.io/meng-react-admin-preview/ ### 二、Git 仓库地址 (欢迎 Star⭐) - Gitee:https://gitee.com/sql123z/meng-react-admin/tree/dev/ ### 三、🔨🔨🔨 项目功能 - 🚀 采用最新技术找开发:React18、React-Router v6、TypeScript、Vite5 - 🚀 采用 Vite5 作为项目开发、打包工具(配置了 Gzip 打包、跨域代理、打包预览工具…) - 🚀 使用 zustand 做状态管理 - 🚀 支持 亮色模式、暗色模式、跟随系统 三种主题模式 - 🚀 使用 Prettier 统一格式化代码,集成 Eslint、Stylelint 代码校验规范(项目规范配置) - 🚀 使用 husky、lint-staged、commitlint、commitizen、cz-git 规范提交信息(项目规范配置) ### 四、安装使用步骤 📑 - **Clone:** ```text # Gitee git clone git@gitee.com:sql123z/meng-react-admin.git ``` - **Install:** ```text pnpm install # 由于使用vite5版本,node最好升级到18版本 ``` - **Run:** ```text pnpm run dev ``` - **Build:** ```text pnpm run build ``` - **commit:** ```text # 提交代码(会自动执行 lint:lint-staged 命令) pnpm run push ```