This project is the front-end dev of Football Manager.
The project members are from SSE, Tongji University.
Use Element as components library.
Please download node.js, yarn and vue cli(using vue2.0) to set up the project.
yarn install
yarn serve
yarn build
yarn lint
src
├─assets: media assets such as photos and videos
├─utils: tools for developments
├─stores: local storage
├─layouts: default layout(menu)
├─components: shared components, could be used in different pages
└─views: pages
└─TestView
Create feature branch every time! (fullname/featureName)
Commit Regularly!(Write appropriate message)
Ask leader for code review and merge pull request after approval(pass the CI test as well)
Communication comes first!