Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/botman/vue-tinker-component
- Owner: botman
- Created: 2018-01-29T12:15:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T12:29:48.000Z (almost 7 years ago)
- Last Synced: 2024-04-25T10:02:55.021Z (8 months ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 7
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```