vue-scorm-player
v0.1.40
Published
```bash npm install scorm-player ```
Readme
scorm-player
npm install scorm-player<template>
<scorm-player
:path="`./modules/${selectedModule}`"
:student-data="studentData"
:log-level="logLevel"
@commit="commit"
@finish="finish"
@get-diagnostic="getDiagnostic"
@get-error-string="getErrorString"
@get-last-error="getLastError"
@get-value="getValue"
@initialize="initialize"
@set-value="setValue"
></scorm-player>
</template>Available events
For developers
Clone this repository
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint