Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cadgerfeast/vue-konami

The indispensable directive for VueJS
https://github.com/cadgerfeast/vue-konami

directive konami konami-code vue vue-konami vuejs

Last synced: 13 days ago
JSON representation

The indispensable directive for VueJS

Awesome Lists containing this project

README

        

# vue-konami

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=cadgerfeast_vue-konami&metric=alert_status)](https://sonarcloud.io/dashboard?id=cadgerfeast_vue-konami)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=cadgerfeast_vue-konami&metric=coverage)](https://sonarcloud.io/dashboard?id=cadgerfeast_vue-konami)
[![Version](https://badge.fury.io/js/vue-konami.svg)](https://www.npmjs.com/package/vue-konami)
[![Downloads](https://img.shields.io/npm/dt/vue-konami.svg)](https://www.npmjs.com/package/vue-konami)
[![License](https://img.shields.io/npm/l/vue-konami.svg)](https://github.com/cadgerfeast/vue-konami/blob/master/LICENSE)


Vue Konami Icon

> The indispensable directive for VueJS

## Documentation

[Full documentation website can be found here.](https://vue-konami.cadgerfeast.dev)

> If targeting Vue2, please read [Legacy docs](./DOCS.md#vue2-legacy)

## Installation

``` bash
npm install vue-konami --save
```

## Usage

### Simple

``` html

const easterEgg = () => {
alert('easterEgg');
};

```

### Advanced

``` html

const easterEgg = {
timeout: 500,
chain: ['A', 'Z', 'E', 'R', 'T', 'Y'],
callback: () => {
alert('easterEgg');
}
};

```

## Contributors





cadgerfeast


cadgerfeast




Aterbonus


Aterbonus



## License

MIT