# mis-front-end **Repository Path**: liangfuwei/mis-front-end ## Basic Information - **Project Name**: mis-front-end - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2020-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 后台管理系统前端部分 ### 简介 一个简单的后台管理项目(React + AntDesign)。包含增加、修改、删除和查询功能。 项目使用前后端相分离,这部分是前端代码,后台服务器的代码在另外一个项目中。 ### 如何启动 dist/index.html是项目的主页面。 启动命令: ``` npm start ```