Skip to content

ConveYour/conveyour-custom-content-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConveYour Custom Content Examples

Introduction

What is Custom Content?

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,

What is in this Git Project?

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!

Getting Started

Check out this quick tutorial video on how to use this git project.

Clone the Repo

git clone [email protected]:ConveYour/conveyour-custom-content-examples.git

Enter Project

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.

Start the Server

npm run server

Live Reload with the Dev 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published