全球中文学习系统 教学系统 Web 端
# 克隆项目 git clone http://gcls-git.helxsoft.cn/dsy/gcls_sys_learn_web.git # 启动服务 npm run serve
# 构建测试环境 npm run build:stage # 构建生产环境 npm run build
# 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix