# online-java-learning-system **Repository Path**: Mr-Shi-San/online-java-learning-system ## Basic Information - **Project Name**: online-java-learning-system - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2021-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](./README.md) | 简体中文

Java Online Learn System

在线的java学习实践系统,全方面的功能拓展,包括考试、作业、资源预览、在线编程、公告发布等等 Java Online Learn System
Overview ---- - 安装依赖 ``` yarn install ``` - 开发模式运行 ``` yarn run serve ``` - 编译项目 ``` yarn run build ``` - Lints and fixes files ``` yarn run lint ```