This example shows how to use Next.js along with Video.js including handling of default styles.
Deploy the example using Vercel:
Execute create-next-app with npm or Yarn to bootstrap the example::
npx create-next-app --example with-videojs with-videojs-app
# or
yarn create next-app --example with-videojs with-videojs-appDownload the example:
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-videojs
cd with-videojsInstall it and run:
npm install
npm run devDeploy it to the cloud with Vercel (Documentation).