# react_npm **Repository Path**: wang-yanming121/react_npm ## Basic Information - **Project Name**: react_npm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-30 - **Last Updated**: 2025-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 插件简介 - 文件管理器 - 项目使用react、typescript技术栈,使用antd组件库,webpack开发构建 - 本插件还在开发测试阶段 ### 启动开发 - 安装依赖 ``` pnpm install 或者 yarn install ``` pnpm / yarn 安装命令:npm install pnpm -g / npm install yarn -g - 项目启动 ``` npm start ``` - 生产编译 ``` npm run build ``` **备注:node > 16.x.x**