Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielroe/stream-vue
- Owner: danielroe
- License: mit
- Created: 2020-09-26T20:08:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T04:28:35.000Z (7 days ago)
- Last Synced: 2024-11-11T05:27:33.200Z (7 days ago)
- Topics: cloudflare, stream, vue, vuejs
- Language: TypeScript
- Homepage:
- Size: 2.81 MB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
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