Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffmpegwasm/nuxt-app
๐น An example to use ffmpeg.wasm in Nuxt 3
https://github.com/ffmpegwasm/nuxt-app
ffmpeg ffmpegwasm nuxt nuxt3
Last synced: 3 months ago
JSON representation
๐น An example to use ffmpeg.wasm in Nuxt 3
- Host: GitHub
- URL: https://github.com/ffmpegwasm/nuxt-app
- Owner: ffmpegwasm
- License: mit
- Created: 2022-03-31T11:45:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:07:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T07:06:51.852Z (10 months ago)
- Topics: ffmpeg, ffmpegwasm, nuxt, nuxt3
- Language: CSS
- Homepage: https://ffmpegwasm-nuxt.netlify.app/
- Size: 8.48 MB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FFMPEG :: Nuxt 3 ๐บ
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg)](https://conventionalcommits.org)
[![CodeQL](https://img.shields.io/github/workflow/status/ffmpegwasm/nuxt-app/CodeQL?logo=github-actions&label=CodeQL)](https://github.com/ffmpegwasm/nuxt-app/actions/workflows/codeql.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ffmpegwasm/nuxt-app/ci?logo=github-actions)](https://github.com/ffmpegwasm/nuxt-app/actions/workflows/ci.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ffmpegwasm/nuxt-app/Ship%20js%20trigger?label=โด%20Ship.js%20trigger)](https://github.com/ffmpegwasm/nuxt-app/actions/workflows/shipjs-trigger.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ffmpegwasm/nuxt-app?sort=semver&logo=github)](https://github.com/ffmpegwasm/nuxt-app/releases)
[![Netlify Status](https://img.shields.io/netlify/cf1e046d-7a81-425a-814c-4015370e9426?logo=netlify)](https://app.netlify.com/sites/ffmpegwasm-nuxt/deploys)[![@ffmpeg/ffmpeg](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/@ffmpeg/ffmpeg?logo=ffmpeg)](https://ffmpegwasm.netlify.app/)
[![@ffmpeg/core](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/dev/@ffmpeg/core?logo=ffmpeg)](https://ffmpegwasm.netlify.app/)
[![eslint](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/dev/eslint?logo=eslint)](https://eslint.org/)
[![prettier](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/dev/prettier?logo=prettier)](https://prettier.io/)
[![nuxt](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/dev/nuxt3?logo=nuxt.js)](https://v3.nuxtjs.org/)
[![typescript](https://img.shields.io/github/package-json/dependency-version/ffmpegwasm/nuxt-app/dev/typescript?logo=TypeScript)](https://www.typescriptlang.org/)## Features
- ๐ช Built with [TypeScript](https://www.typescriptlang.org/).
- ๐ Built with the all new [Nuxt 3](https://v3.nuxtjs.org/)## Setup
Make sure to install the dependencies
```bash
npm install
```## Development
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
## Contributing
1. Create your feature branch from `dev` (`git checkout -b feat/new-feature`)
2. Commit your changes (`git commit -S -m 'feat: add feature'`)
3. Push to the branch (`git push origin feat/new-feature`)
4. Create a new [Pull Request](https://github.com/ffmpegwasm/nuxt-app/compare)_Note_:
1. Please contribute using [GitHub Flow](https://web.archive.org/web/20191104103724/https://guides.github.com/introduction/flow/)
2. Commits & PRs will be allowed only if the commit messages & PR titles follow the [conventional commit standard](https://www.conventionalcommits.org/), _read more about it [here](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum)_
3. PS. Ensure your commits are signed. _[Read why](https://withblue.ink/2020/05/17/how-and-why-to-sign-git-commits.html)_## Author
**nuxt-app** ยฉ [Vinayak](https://vinayakkulkarni.dev), Released under the [MIT](./LICENSE) License.
Authored and maintained by Vinayak Kulkarni with help from contributors ([list](https://github.com/ffmpegwasm/nuxt-app/graphs/contributors)).> [vinayakkulkarni.dev](https://vinayakkulkarni.dev) ยท GitHub [@vinayakkulkarni](https://github.com/vinayakkulkarni) ยท Twitter [@\_vinayak_k](https://twitter.com/_vinayak_k)