Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielroe/stream-vue

Vue component for Cloudflare Stream.
https://github.com/danielroe/stream-vue

cloudflare stream vue vuejs

Last synced: 3 days ago
JSON representation

Vue component for Cloudflare Stream.

Awesome Lists containing this project

README

        

▶️ stream-vue


Vue component for Cloudflare Stream











> Vue component for [Cloudflare Stream](https://www.cloudflare.com/products/cloudflare-stream/).

**Note that this is not an official component.**

## Quick Start

First install `stream-vue`:

```bash
pnpm add stream-vue

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

## Usage

```vue

import { VideoStream } from 'stream-vue'

```

### Nuxt support

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

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

See [@cloudflare/stream-react](https://github.com/cloudflare/stream-react) for more props and events.

## Inspirations

This is just a Vue fork of [@cloudflare/stream-react](https://github.com/cloudflare/stream-react).

## Contributors

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

## License

[MIT License](./LICENSE) - Copyright © Daniel Roe