# yunexam-frontend **Repository Path**: fhcloud/yunexam-frontend ## Basic Information - **Project Name**: yunexam-frontend - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-15 - **Last Updated**: 2021-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YunExam-Frontend YunExam项目配套前端 ## 技术架构 Vite2+Vue3+Ant Design Vue2 使用Compisition API构建 ## 搭建教程 ```bash yarn install yarn build ``` 编译完成后将前端放入后端项目的resource/static目录中 ## 开发教程 首先修改vite.config.js中的target为自己的后端地址 然后运行下方代码开启开发服务器 ```bash yarn dev ```