A simple Clappr player Playback external plugin boilerplate project.
Install dependencies
$ yarn install
Run dev server :
$ yarn run start
Demo page is available at http://localhost:8080
Compile "dist" playback plugin :
$ yarn run dist
Adjusts to your needs :
main
field value in package.json filepluginName
andpluginClass
values in Webpack configuration file- the class name and
name
return value in main source file