# Video.js and Vue integration Here's a basic Vue player implementation. It just instantiates the Video.js player on `mounted` and destroys it on `beforeDestroy`. ```vue ``` You can then use it like this: (see [options guide][options] for option information) ```vue