Aucune description

dusenyao 0aad7d9d00 学员端 课程列表 il y a 3 ans
.vscode b73eee06e3 更新UI il y a 3 ans
public 6def7c7fb5 添加选择课件 il y a 3 ans
src 0aad7d9d00 学员端 课程列表 il y a 3 ans
tests 96ab4e0379 init il y a 4 ans
.env b73eee06e3 更新UI il y a 3 ans
.env.development 4001ff5512 使用了 VUE_APP_BASE_API 环境变量作为请求基本地址 il y a 4 ans
.env.production 4001ff5512 使用了 VUE_APP_BASE_API 环境变量作为请求基本地址 il y a 4 ans
.env.staging b2385add2e 1. 添加了 i18n 国际化 il y a 4 ans
.eslintignore d683e74fb8 搭建项目框架 il y a 4 ans
.eslintrc.js d53ba742cb 1. 添加 用户更换语言类型接口,优化国际化 il y a 4 ans
.gitignore d683e74fb8 搭建项目框架 il y a 4 ans
.stylelintignore d683e74fb8 搭建项目框架 il y a 4 ans
README.md e2e277b017 完善框架 il y a 4 ans
babel.config.js d683e74fb8 搭建项目框架 il y a 4 ans
jest.config.js d683e74fb8 搭建项目框架 il y a 4 ans
jsconfig.json d683e74fb8 搭建项目框架 il y a 4 ans
package-lock.json 0aad7d9d00 学员端 课程列表 il y a 3 ans
package.json 0aad7d9d00 学员端 课程列表 il y a 3 ans
stylelint.config.js c98545e184 更改UI il y a 3 ans
vue.config.js c98545e184 更改UI il y a 3 ans

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