Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.78 KB

README.md

File metadata and controls

72 lines (49 loc) · 1.78 KB

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

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

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):


Jean Pierre Quéau

💻

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