h5p-sdk
v0.1.0
Published
System Development Kit for H5P
Downloads
44
Readme
H5P SDK
Software development kit containing resources for building H5P releated UIs.
Building
Run build to concatinate JavaScript files and compile scss files to css. Resulting files are found in the dist folder.
npm run buildRun watch to continually watch for changes to JavaScript and scss, and rebuild.
npm run watchRun dev to open a web page displaying the application, for debugging.
npm run dev