# Frontend **Repository Path**: sect-lms/frontend ## Basic Information - **Project Name**: Frontend - **Description**: 前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-25 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动前端项目 ```shell git clone https://gitee.com/sect-lms/frontend.git cd frontend ``` 确保安装了node.js 安装一个yarn ```plain npm install -g yarn ``` 再安装依赖 ```plain yarn install ``` 跑起来 ```shell yarn serve ``` 打包 ```plain yarn build ``` ##