Skip to content

我曾经参与过的数据库课程设计项目-前端

License

Notifications You must be signed in to change notification settings

Wangtk311/Football-Manager-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

我曾经参与过的数据库课程设计项目-前端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 94.1%
  • JavaScript 5.7%
  • HTML 0.2%