BiliBiliPlayer
A Mendix Pluggable Widget for emebeding video from bilibili.com and play it inline.
Features
- emebed with bilibili page url, no need to extract the video id.
- inline player
- support all bilibili video formats
- support all bilibili video qualities
Usage
- download and compile with Mendix pluggable widget tool.
- load in your Mendix app
Issues, suggestions and feature requests
https://github.com/hankxdev/mendix-bilibli-player/issues
Development
Follow the Mendix Doc to develop this widget.
- Install NPM package dependencies by using:
yarn
- Run
yarn start
to watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
dist
folder in the root directory of the project; - the bundle will be included in the
deployment
andwidgets
folder of the Mendix test project.