Skip to content

An example of a basic "Create Course" web page for a learning management system demo in TinyMCE 8 and Vue.js

Notifications You must be signed in to change notification settings

tinymce/blog-lms-demo

Repository files navigation

TinyMCE Learning Management System Course Creation Page Demo

LMS Course Creation Demo

This is a basic Learning Management System (LMS) course creation page with a textarea that's ready to replace with TinyMCE. It's made for a TinyMCE tutorial on adding the mighty rich text editor to a Vue LMS.

Get started

First, install dependencies.

npm install

Next, compile and minify the project, and type-check everything.

npm run build

Don't forget to lint with ESLint

npm run lint

Lastly, compile and hot-reload for the Dev environment

npm run dev

About

An example of a basic "Create Course" web page for a learning management system demo in TinyMCE 8 and Vue.js

Resources

Stars

Watchers

Forks