# Student-front **Repository Path**: Fan_Fan_Fan8/student-front ## Basic Information - **Project Name**: Student-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-10-18 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 打包后的地址: https://gitee.com/Fan_Fan_Fan8/back_front Django后端地址: https://gitee.com/Fan_Fan_Fan8/student-back ## 启动项目: ###### 确保安装node.js(版本建议16以上) [Node.js — Run JavaScript Everywhere](https://nodejs.org/zh-cn) ###### 快捷镜像: ```bash npm config set registry https://registry.npmmirror.com/ ``` ###### 推荐使用pnpm: ```bash npm i -g pnpm ``` ###### 快捷镜像: ```bash pnpm config set registry https://registry.npmmirror.com/ ``` ###### 安装项目依赖包 ```bash pnpm i ``` ###### 启动项目: ```bash pnpm serve ``` 笔记 #### Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `