# python-ops **Repository Path**: attacker/python-ops ## Basic Information - **Project Name**: python-ops - **Description**: 使用python日常运维 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-11 - **Last Updated**: 2026-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Ops 基于 React + TypeScript + Vite 构建的运维管理前端项目。 ## 技术栈 - **React 19** + **TypeScript 5.9** - **Vite 7** 构建工具 - **Tailwind CSS 3** + **shadcn/ui** 组件库(40+ 组件) - **React Router** 路由管理 - **React Hook Form** + **Zod** 表单校验 - **Recharts** 图表 - **GSAP** / **Lenis** 动效 ## 项目结构 ``` src/ components/ui/ shadcn/ui 组件 pages/ 页面 hooks/ 自定义 Hooks lib/ 工具函数 App.tsx 根组件 main.tsx 入口文件 ``` ## 开发 ```bash npm install npm run dev ``` 访问 http://localhost:5173/ ## 构建 ```bash npm run build npm run preview ```