Home

Awesome

Vite React Video Player Application

This is an application to demonstrate the use of the capacitor-video-player plugin in a Vite/React framework.

-capacitor-video-player

Maintainers

MaintainerGitHubSocial
Quéau Jean Pierrejepiqueau

Installation

To start clone the project

git clone https://github.com/jepiqueau/vite-react-videoplayer-app.git 
cd vite-react-videoplayer-app
git remote rm origin
npm install

To install the latest release of the capacitor-video-player plugin.

npm install --save capacitor-video-player@latest
npx cap sync
npm run build
npx cap copy

Running the app

BROWSER

npx cap serve

IOS

npx cap open ios

ANDROID

npx cap open android

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/jepiqueau"><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="100px;" alt=""/><br /><sub><b>Jean Pierre Quéau</b></sub></a><br /><a href="https://github.com/jepiqueau/capacitor-video-player/commits?author=jepiqueau" title="Code">💻</a></td> </tr> </table> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!