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.
First, install dependencies.
npm installNext, compile and minify the project, and type-check everything.
npm run buildDon't forget to lint with ESLint
npm run lintLastly, compile and hot-reload for the Dev environment
npm run dev