README.md 430 B

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