项目作者: xamgore

项目描述 :
Frontend part for the grade service
高级语言: Vue
项目地址: git://github.com/xamgore/grade-student-profile.git
创建时间: 2017-01-29T17:41:53Z
项目社区:https://github.com/xamgore/grade-student-profile

开源协议:MIT License

下载


grade-student-profile

In our university we develop a system for teachers & students, that allows both of them to controll their rates. For example, student can sign in his account, check out the academic progress, connect with teachers, etc. So this project is just a frontend part for that stuff.

summary
discipline
settings

Build Setup

  1. npm install
  2. npm run me # run mock api server and
  3. # dev server at 0.0.0.0:3000
  4. npm run build # if you wanna get a production ready distro

Tests

  1. npm run test

After unit tests are passed, browserstack starts e2e tests in all major browsers. And if something fails, we can watch a video with error happening. In case we want to fix a bug, we can use the Live tool. Thanks browserstack for giving us a free account!