Skip to content

ffmpegwasm/nuxt-app

Repository files navigation

FFMPEG :: Nuxt 3 🕺

Conventional Commits CodeQL GitHub Workflow Status GitHub Workflow Status GitHub release (latest SemVer) Netlify Status

@ffmpeg/ffmpeg @ffmpeg/core eslint prettier nuxt typescript

Features

Setup

Make sure to install the dependencies

npm install

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.

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

Note:

  1. Please contribute using GitHub Flow
  2. Commits & PRs will be allowed only if the commit messages & PR titles follow the conventional commit standard, read more about it here
  3. PS. Ensure your commits are signed. Read why

Author

nuxt-app © Vinayak, Released under the MIT License.
Authored and maintained by Vinayak Kulkarni with help from contributors (list).

vinayakkulkarni.dev · GitHub @vinayakkulkarni · Twitter @_vinayak_k