Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 454 Bytes

BotMan Vue Tinker component

This repository has the code that is used in the BotMan Studio tinker page.

Usage in your own application:

npm install botman-tinker

or

yarn add botman-tinker

Load the component:

import {TinkerComponent} from 'botman-tinker';
Vue.component('botman-tinker', TinkerComponent);

Add it to your html:

<botman-tinker api-endpoint="/botman" user-id="my-custom-user-id"></botman-tinker>