Skip to content

theovier/vue3-konami-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js 3 Konami Code Plugin

Add the Konami Code to your Vue 3 application. Credits are due to the original Vue 2 Konami Code Plugin.

Installation

npm install --save vue3-konami-code

Usage

import KonamiCode from "vue3-konami-code"

Vue.use(KonamiCode, {
    onKonamiCodeEntered: function() {
        alert("Konami Code successfully entered!");
    }
});

Releases

No releases published

Packages

No packages published