https://github.com/ffmpegwasm/vue-app
📹 An example to use ffmpeg.wasm in Vue
https://github.com/ffmpegwasm/vue-app
ffmpeg vue3 wasm
Last synced: about 1 month ago
JSON representation
📹 An example to use ffmpeg.wasm in Vue
- Host: GitHub
- URL: https://github.com/ffmpegwasm/vue-app
- Owner: ffmpegwasm
- Created: 2020-11-11T20:26:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:57:09.000Z (about 2 years ago)
- Last Synced: 2025-04-09T19:15:14.147Z (about 1 month ago)
- Topics: ffmpeg, vue3, wasm
- Language: JavaScript
- Homepage: https://ffmpegwasm.github.io/vue-app/
- Size: 11.9 MB
- Stars: 120
- Watchers: 3
- Forks: 29
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).