Skip to content

HNIT-IoT-Lab/qiniu-video-front

Repository files navigation

Qiniu-Video-front

A project imitate ticktok , mostly focus on the feature of video waterfall player

Feature

  • Video player: play, pause, progress bar drag
  • Content classification: Video content classification page
  • Video switching: Use up and down keys to switch video

Recommended IDE Setup

Install and use

  • 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