Skip to content

craigharman/vue-xkcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-xkcd

Display a random XKCD comic

Installation

# install with npm
npm install vue-xkcd --save
var VueXKCD = require('vue-xkcd')
Vue.use(VueXKCD)

Usage

Add as a component:

components: {
    VueXKCD
}

You can then show a comic with:

<xkcd></xkcd>

A random image will appear wherever you place the component.

About

Display a random XKCD comic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages