# fluxy-admin-web **Repository Path**: peng139/fluxy-admin-web ## Basic Information - **Project Name**: fluxy-admin-web - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-25 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目说明 https://juejin.cn/post/7233966272991264825 项目前端使用vite4+react18+react-router6+antd5+windicss+zustand技术栈, 后端使用midwayjs+typeorm+mysql+redis, 项目主要功能包括用户管理、角色管理、菜单管理、字典管理、日志管理等,实现了前后端分离、权限控制、数据缓存等功能。 zustand技术:https://awesomedevin.github.io/zustand-vue/docs/introduce/start/zustand-vue # 项目结构 # 安装依赖 ``` pnpm install ``` # 启动项目 ``` npm start ```