Sen descrición

natasha dd5e49696c 121 hai 6 meses
.vscode 29189b92a4 答题流程 hai 1 ano
public d6d6a39abf 1. 完成基础页面 %!s(int64=2) %!d(string=hai) anos
src 597e6c6993 cookies hai 7 meses
tests 96ab4e0379 init %!s(int64=4) %!d(string=hai) anos
.env 49c6e22fd2 练习题答题跳转 hai 1 ano
.env.development e1a05c1b5f update ui 包 %!s(int64=2) %!d(string=hai) anos
.env.production e1a05c1b5f update ui 包 %!s(int64=2) %!d(string=hai) anos
.env.staging b2385add2e 1. 添加了 i18n 国际化 %!s(int64=4) %!d(string=hai) anos
.eslintignore d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
.eslintrc.js 68bcd06d87 升级 svgo,优化 svg 文件 hai 1 ano
.gitignore d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
.npmrc e6b521b0e3 新的任务列表 %!s(int64=2) %!d(string=hai) anos
.prettierrc.js f5cce252e2 教师开启直播时,提醒直播配额余额 %!s(int64=2) %!d(string=hai) anos
.stylelintignore d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
README.md 0f2a71a0d1 update package.json %!s(int64=2) %!d(string=hai) anos
babel.config.js d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
jest.config.js d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
jsconfig.json 4c66189d65 完成教师查看基本显示 %!s(int64=2) %!d(string=hai) anos
package-lock.json 05e12a91e4 降版本 hai 9 meses
package.json dd5e49696c 121 hai 6 meses
postcss.config.js c3cacaa889 将国际化改为本地文件格式 %!s(int64=3) %!d(string=hai) anos
stylelint.config.js 493933eceb stylelint.config.js 规则修改 %!s(int64=2) %!d(string=hai) anos
vue.config.js 6de8f86b50 ui包 hai 9 meses

README.md

gcls_sys_learn_web

全球中文学习系统 教学系统 Web 端

Project setup

# 克隆项目
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