ADT Finance Prototype
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# generate English and French SCORM packages (LMS' base URL needs to be set in nuxt.config.js prior to running this command)
$ npm run package
For detailed explanation on how things work, check out Nuxt.js docs.