# seibertron-storage **Repository Path**: zyj520/seibertron-storage ## Basic Information - **Project Name**: seibertron-storage - **Description**: 运麦云平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运脉云系统 ## 系统介绍 [详细见运脉云官网](https://www.yunmai56.com/) ## 项目介绍 - 本项目使用 [pnpm]("https://www.pnpm.cn/") 的 **monorepo** 模式进行管理 - 项目框架采用 react18+react-router6+redux 进行开发 - 项目语言使用 typescript - 项目打包方案 vite4 ## 目录说明 - `/packages` 具体项目文件夹 - `/components` 通用组件存放位置 - `/utils` 运脉云工具包,目前仅该系统内使用 - `/dist` 项目最终打包路径,packages 里的包都打到这里 ## 项目说明 - 使用 [prettier](https://www.prettier.cn/) 进行代码格式化风格统一 - 使用 [eslint](https://eslint.bootcss.com/) 及其相关插件进行代码规范限制 - 使用 [husky](https://typicode.github.io/husky/#/) 插件进行 git 提交前的规范校验 ## 项目启动 ```shell # 1. 全局安装 **pnpm** npm install -g pnpm # 2. 使用pnpm安装对应依赖 pnpm install # 3. 运行所有项目 pnpm run dev # 4. 打包所有项目 pnpm run build ```