0.5.0 • Published 1 year ago

stream-vue v0.5.0

Weekly downloads
44
License
MIT
Repository
github
Last release
1 year ago

Vue component for Cloudflare Stream.

Note that this is not an official component.

Quick Start

First install stream-vue:

pnpm add stream-vue

# or
yarn add stream-vue
npm install stream-vue --save

Usage

<script setup>
import { VideoStream } from 'stream-vue'
</script>

<template>
  <VideoStream controls src="YOUR_VIDEO_ID_OR_SIGNED_URL" />
</template>

Nuxt support

To use with Nuxt 2, make sure to add the following to your nuxt.config.js:

vue: {
  config: {
    ignoredElements: ['stream']
  }
}

See @cloudflare/stream-react for more props and events.

Inspirations

This is just a Vue fork of @cloudflare/stream-react.

Contributors

This has been developed to suit my needs but additional use cases and contributions are very welcome.

License

MIT License - Copyright © Daniel Roe

0.5.0

1 year ago

0.4.0

2 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago