Back to Next Js

video.js example

examples/with-videojs/README.md

16.2.51.0 KB
Original Source

video.js example

This example shows how to use Next.js along with Video.js including handling of default styles.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-videojs with-videojs-app
bash
yarn create next-app --example with-videojs with-videojs-app
bash
pnpm create next-app --example with-videojs with-videojs-app

Deploy it to the cloud with Vercel (Documentation).