Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 461 Bytes

环境要求

较高版本的nodejs版本,且要带有较高版本npm包管理器,一般nodejs > 7,npm > 4

安装

  npm install

运行

  npm start
  或
  npm run start

构建

  npm run build

页面

/me 个人信息 / 首页 功能入口 /sign/:courseId 课程签到页 进入页面时通过couseId获取课程名称 后进行签到 一般通过扫二维码解析二维码中的课程id进 行跳转进入该页面