# front-admin-template **Repository Path**: albert347/front-admin-template ## Basic Information - **Project Name**: front-admin-template - **Description**: front-admin-template - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-25 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端Admin项目模板 模板项目有些依赖库需要访问nexus.byteforce.cn进行下载,如果没有访问权限请不要clone 另外node版本尽可能用16以上,建议通过nvm管理开发环境的node版本 截图 ![front-template-screen1.png](https://static.byteforce.cn/images/front-template-screen1.png) 模板主要使用: ``` react 17.0.2 react-router 6.2.2 antd axios cypress 端端测试 mockjs 开发Api模拟 ``` ``` git clone https://gitee.com/byteforce/front-admin-template cd front-admin-template npm install npm run test npm start ```