# junx-ep-ui **Repository Path**: junxworks/junx-ep-ui ## Basic Information - **Project Name**: junx-ep-ui - **Description**: 基于ant-design-react实现的epui前端开发项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-31 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1、用系统管理员打开cmd!!! # 2、yarn安装依赖 ` npm install yarn yarn install ` # 3、启动开发环境 yarn run start # 4、访问本地url http://localhost:8000/ # 5、打包发布 npm run build