# flyedu **Repository Path**: luchen722/flyedu ## Basic Information - **Project Name**: flyedu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2024-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flyedu ## Project setup 安装依赖 ``` npm install ``` ### Compiles and hot-reloads for development 运行项目 ``` npm run serve ``` ### Compiles and minifies for production 打包项目 ``` npm run build ``` ## 更新本地仓库 ### 配置远程仓库 ``` git remote add origin https://gitee.com/luchen722/flyedu.git ``` ### 第一次拉取 ``` git clone origin ``` ### 将本地仓库更新到最新 ``` git pull origin master ``` ## 提交本地仓库 ``` git add . git commit -m '备注修改内容' git push orgin 你的模块名 ```