Skip to content

azzra/vue-konami-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueJS Konami code plugin

Build Status

Enable the Konami code on your VueJS application.

## Usage

Vue.use(KonamiCode, {callback: function () {
  alert('Snake? Snake!? Snaaaake!')
}})