Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.15 KB

FM-Frontend

This project is the front-end dev of Football Manager.
The project members are from SSE, Tongji University.
Use Element as components library.

Project setup

Please download node.js, yarn and vue cli(using vue2.0) to set up the project.

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production(Not in used yet)

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Project Structure

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

Project Rules

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!