# wemaster **Repository Path**: changbb/wemaster ## Basic Information - **Project Name**: wemaster - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-30 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeMaster™ 一个基于 Vue 3 + Vite 的现代化学习管理系统。 ## 🚀 快速开始 ### 环境要求 - Node.js 16+ ### 安装依赖 ```bash npm install ``` ### 启动开发服务器 ```bash npm run dev ``` 项目将在 `http://localhost:5173` 启动(如果端口被占用会自动选择其他端口)。 ### 构建生产版本 ```bash npm run build ```