四川大学综合教务系统助手逐步
简介
四川大学综合教务系统助手规模,基于框架开发。
安装
$ npm install
运行
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run