A project imitate ticktok , mostly focus on the feature of video waterfall player
- Video player: play, pause, progress bar drag
- Content classification: Video content classification page
- Video switching: Use up and down keys to switch video
- Get the project code
git clone https://github.com/HNIT-IoT-Lab/qiniu-video-front.git
- Installation dependencies
npm install -g pnpm
cd qiniu-video-front
pnpm install
- run
pnpm dev
- build
pnpm build