Skip to content

Ericufo/FM-Frontend

 
 

Repository files navigation

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!

About

eric.fm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • Vue 46.5%
  • HTML 3.8%