Getting Started
Getting started with Stream Dock.
The quickest way to start with Stream Dock is to use the plugin template.
1. Stream Dock Plugin Template
Clone the plugin template from git@github.com:MiraboxSpace/MiraboxSpace.git
, then choose the language template you need.
git clone git@github.com:MiraboxSpace/MiraboxSpace.git
2. Refactor Unique Identifier
Modify the folder name and the UUID in manifest.json
.
3. Add the Plugin to Stream Dock
If it is a Vue template, npm run build
or npm run dev
will automatically add the plug-in to Stream Dock. For non-Vue templates, you need to manually add the plug-in to Stream Dock.
Example of manual addition: Drag the com.example.my-plugin.sdPlugin
plugin into the C:\Users\OptiPlex\AppData\Roaming\HotSpot\StreamDock\plugins
folder.
4. Debugging
After initially dragging the plugin into the plugins folder, you need to restart Stream Dock. The list of plugins available for debugging can be accessed from the browser. You can refresh the plugin or Property Inspector at any time by reloading the plugin or Property Inspector page (changes to the plugin require restarting Stream Dock).
Debugging URL
http:/
5. Build the Plugin
Now that everything is configured, you can build your Stream Dock plugin!