Sen descrición

dusenyao 62a6550ab7 update %!s(int64=3) %!d(string=hai) anos
.vscode d5bc17bd60 update %!s(int64=3) %!d(string=hai) anos
public 5ab0bab1a0 更新直播 %!s(int64=3) %!d(string=hai) anos
src 62a6550ab7 update %!s(int64=3) %!d(string=hai) anos
tests 96ab4e0379 init %!s(int64=4) %!d(string=hai) anos
.env b73eee06e3 更新UI %!s(int64=3) %!d(string=hai) anos
.env.development 4001ff5512 使用了 VUE_APP_BASE_API 环境变量作为请求基本地址 %!s(int64=4) %!d(string=hai) anos
.env.production 4001ff5512 使用了 VUE_APP_BASE_API 环境变量作为请求基本地址 %!s(int64=4) %!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 3e53ae731f update %!s(int64=3) %!d(string=hai) anos
.gitignore d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
.stylelintignore d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
README.md e2e277b017 完善框架 %!s(int64=4) %!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 d683e74fb8 搭建项目框架 %!s(int64=4) %!d(string=hai) anos
package-lock.json d5bc17bd60 update %!s(int64=3) %!d(string=hai) anos
package.json 523f7b6206 update %!s(int64=3) %!d(string=hai) anos
stylelint.config.js ae5aa115e7 update直播 %!s(int64=3) %!d(string=hai) anos
vue.config.js 5e048d001b update %!s(int64=3) %!d(string=hai) anos

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

发布

# 构建测试环境
build:stage

# 构建生产环境
npm run build

其他

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix