# examfront **Repository Path**: li-jiayin167/examfront ## Basic Information - **Project Name**: examfront - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍及启动说明 > 在线考试系统-前端项目文件。 ### 安装建议 > 建议使用`yarn`来安装项目依赖,首先安装yarn,然后设置yarn源为淘宝镜像 ``` bash # 安装yarn npm install yarn -g # 查看是否安装成功 yarn -v # 设置yarn源为淘宝镜像源 yarn config set registry https://registry.npm.taobao.org # 安装依赖 yarn install or npm install # 启动项目 yarn dev or npm run dev # 打包构建 yarn build or npm run build