10000 GitHub - botman/vue-tinker-component: BotMan Tinker VueJS component
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

botman/vue-tinker-component

Repository files navigation

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>

About

BotMan Tinker VueJS component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0