0.1.0 • Published 7 years ago

h5p-sdk v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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 build

Run watch to continually watch for changes to JavaScript and scss, and rebuild.

npm run watch

Run dev to open a web page displaying the application, for debugging.

npm run dev