1.0.1 • Published 4 years ago

vue-embed-gist-nojquery v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vue-embed-gist

This was forked from https://github.com/sudhanshu-15/vue-embed-gist

I literally just wanted to remove jquery.

Vue component to embed Github Gists, inspired by Blair Vanderhoof's gist-embed. (https://github.com/blairvanderhoof/gist-embed)

Install

yarn add vue-embed-gist

or

npm install --save vue-embed-gist

Usage

<template>
  <vue-embed-gist 
      gist-id="your gist id" 
      file="your file name"/>
</template>

<script>
import VueEmbedGist from 'vue-embed-gist'

export default {
  components: {
    VueEmbedGist
  }
}
</script>

Props

gist-Id

Type: String Required: true

:octocat: Github gist Id

file

Type: String Required: false

File name in the gist

License

MIT © Sudhanshu Siddh