rsnext/examples/with-videojs
Todor Totev 16300db182
with-videojs fix (#13745)
Closes [13730](https://github.com/vercel/next.js/issues/13730)

Brought back the ref implementation.
Added another component that uses just the videojs-youtube package
2020-06-04 06:41:46 +00:00
..
components with-videojs fix (#13745) 2020-06-04 06:41:46 +00:00
pages with-videojs fix (#13745) 2020-06-04 06:41:46 +00:00
package.json Refactor class components to functional @ examples (#13398) 2020-05-27 05:14:26 +00:00
README.md Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00

video.js example

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

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Using create-next-app

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-app

Download manually

Download 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-videojs

Install it and run:

npm install
npm run dev

Deploy it to the cloud with Vercel (Documentation).