Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 912 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 912 Bytes

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