Skip to content

Instantly share code, notes, and snippets.

@istng
istng / README.md
Created April 25, 2022 15:32 — forked from armenr/README.md
VideoJS + TypeScript + Vue3 (Quasar v2) Single-File Component
  1. install video.js - npm i [email protected]
  2. install video.js types (recently updated): npm i @types/video.js
  3. Check tsconfig.json --> "typeRoots" + "types" config properties matter!