# fe-ent-play **Repository Path**: ent-framework/fe-ent-play ## Basic Information - **Project Name**: fe-ent-play - **Description**: fe-ent-core的快速启动项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 - fe-app-admin 是基于fe-ent-core的后台模版。 - 后台请配合[https://github.com/dancewing/ent-framework.git](https://github.com/dancewing/ent-framework.git)使用。 ## 安装使用 - 获取项目代码 ```bash git clone https://github.com/dancewing/fe-app-admin.git ``` - 安装依赖 ```bash cd fe-app-admin pnpm install ``` - 运行,登录账号: admin / 123456 ```bash pnpm dev ```