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
Posts about this work (Chinese):
The career & tournament data is acquired by Scrapy from BWF Fansite
# 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.