Skip to content

This is a sample vue.js component for OwlBot dictionary API

Notifications You must be signed in to change notification settings

payamnj/owlbot-sample-vue.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Vue.js component for OwlBot dictionary

Using the component

<script src="https://unpkg.com/vue"></script>
<script src=".dist/owlbot-form.js"></script>

<owlbot-form token="<YOUR_API_TOKEN>"></owlbot-form>

Deveolopment Project setup

Add your API token to .env file in the root folder. you can get a token from https://owlbot.info.

# .env
VUE_APP_TOKEN=<YourToken>
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

This is a sample vue.js component for OwlBot dictionary API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published