Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.34 KB

Badminton Career Visualization

This is a visualization of badminton star career tournaments and matches built on Vue.js and D3.js

Note: This is a course project of Cross-Media Visualization 2020 of CS Dept., Zhejiang University. Please don't simply submit this project as an assignment work

demo

Posts about this work (Chinese):

中羽在线论坛:球星数据可视化【中期】

中羽在线论坛:球星数据可视化【挖坑】

Data

The career & tournament data is acquired by Scrapy from BWF Fansite

Build

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note