Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muxy/medkit-starter-vue
Starter project for a Vue.js and MEDKit powered extension
https://github.com/muxy/medkit-starter-vue
Last synced: 26 days ago
JSON representation
Starter project for a Vue.js and MEDKit powered extension
- Host: GitHub
- URL: https://github.com/muxy/medkit-starter-vue
- Owner: muxy
- Created: 2018-10-21T04:10:49.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T20:30:51.000Z (about 3 years ago)
- Last Synced: 2024-08-03T13:01:59.350Z (4 months ago)
- Language: Vue
- Size: 130 KB
- Stars: 15
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twitch-dev - muxy/medkit-starter-vue - Starter project for a Vue.js and MEDKit powered extension. (Extension Starter Kits / Visual Basic .NET)
README
# 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.