/medkit-starter-vue

Starter project for a Vue.js and MEDKit powered extension

Primary LanguageVue

Muxy Extension Skeleton

The Muxy Extension Skeleton is a baseline project for twitch extensions using Muxy MEDKit. It comes in two flavors, the TypeScript version, in the ts/ directory, and the JavaScript version, in the js/ directory.

Using the Skeleton

  1. Install nodejs from https://nodejs.org/en/ . This should install node and npm. Make sure that the node and npm binaries are in your PATH.

  2. Choose what language you're using, either TypeScript or JavaScript, and copy the corresponding folder to a new directory, naming it something relevant to your project.

  3. Open the README.md file in that directory to continue.