ConveYour's Microlearning Lessons system supports creating custom learner engagements through a simple single VueJS template system.
We have a full introduction video in our ConveYour Video Gallery,
This project consists of an ever growing list of custom content "widgets" that you can try out yourself or use in your ConveYour training!
- Custom Examples
- Super light-weight node server for serving the widget!
Check out this quick tutorial video on how to use this git project.
git clone [email protected]:ConveYour/conveyour-custom-content-examples.git
cd conveyour-custom-content-examples
Use mkcert to generate an ssl cert you can use with localhost domain
Serving your Custom Content "widgets" via https ensures that CORS will work correctly. ConveYour will need to be able to retrieve your custom widget via a URL (localhost or on a domain) which is a cross-domain request.
npm run server
The dev server now supports livereload! Change your source code and see the changes immediately in your custom content format. To enable live reload on your custom content file URL, just add ?watch=true to your file. Here's an example..
https://localhost:3001/iframe?watch=true