# erp **Repository Path**: zzz1575/tools-platform ## Basic Information - **Project Name**: erp - **Description**: 私有项目,不给予对外开放使用。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-13 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 🌈 介绍 基于 vite + vue3 + element-plus - 使用软件版本 - node version 18.15.0 - vue version 3.2.45 - element-plus version 2.2.26 #### 🚧 安装 cnpm、yarn ```bash # node 版本 node -v v18.15.0 ``` - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` - 复制代码(桌面 cmd 运行) `npm install -g yarn` ```bash # 克隆项目 git clone https://github.com/baizunxian/fast-element-admin.git # 进入项目 cd fast-element-admin/frontend # 安装依赖 cnpm install # 或者 yarn insatll # 运行项目 cnpm run dev # 或者 yarn dev # 打包发布 cnpm run build # 或者 yarn build ```