Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:57:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T12:03:21.408Z (9 months ago)
- Topics: ffmpeg, vue3, wasm
- Language: JavaScript
- Homepage: https://ffmpegwasm.github.io/vue-app/
- Size: 11.9 MB
- Stars: 116
- Watchers: 3
- Forks: 30
- 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/).