Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/botman/vue-tinker-component

BotMan Tinker VueJS component
https://github.com/botman/vue-tinker-component

Last synced: about 1 month ago
JSON representation

BotMan Tinker VueJS component

Awesome Lists containing this project

README

        

# 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:
```js
import {TinkerComponent} from 'botman-tinker';
Vue.component('botman-tinker', TinkerComponent);
```

Add it to your html:
```html

```