All Projects → azzra → Vue Konami Code

azzra / Vue Konami Code

Licence: mit
VueJS Konami code plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Konami Code

security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+142.31%)
Mutual labels:  code, vue2
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-23.08%)
Mutual labels:  vue2
Awesome Startup
😎 All the required resources to build your own startup
Stars: ✭ 702 (+2600%)
Mutual labels:  code
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-73.08%)
Mutual labels:  vue2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+2703.85%)
Mutual labels:  vue2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+3311.54%)
Mutual labels:  vue2
Vue Typer
Vue component that simulates a user typing, selecting, and erasing text.
Stars: ✭ 691 (+2557.69%)
Mutual labels:  vue2
Zhihu
django + vue 仿知乎
Stars: ✭ 24 (-7.69%)
Mutual labels:  vue2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+3346.15%)
Mutual labels:  vue2
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+26338.46%)
Mutual labels:  vue2
Vue Snotify
Vuejs 2 Notification Center
Stars: ✭ 755 (+2803.85%)
Mutual labels:  vue2
Vue Koa Demo
🔰A simple full stack demo(CSR & SSR & Docker Support) written by Vue2 & Koa2(Koa1 verson also completed)
Stars: ✭ 730 (+2707.69%)
Mutual labels:  vue2
Abstractionlayers
Abstraction Layers
Stars: ✭ 16 (-38.46%)
Mutual labels:  code
V Region
A simple region cascade selector, provide 4 levels Chinese administrative division data
Stars: ✭ 726 (+2692.31%)
Mutual labels:  vue2
Code Notes
A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
Stars: ✭ 919 (+3434.62%)
Mutual labels:  code
Vuejs Paginate
A Vue.js(v2.x+) component for creating pagination.
Stars: ✭ 697 (+2580.77%)
Mutual labels:  vue2
Easy Php
A Faster Lightweight Full-Stack PHP Framework 🚀
Stars: ✭ 754 (+2800%)
Mutual labels:  vue2
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-38.46%)
Mutual labels:  vue2
Mall Vue
基于Vue+Vuex+iView的电子商城网站
Stars: ✭ 929 (+3473.08%)
Mutual labels:  vue2
Radicle Alpha
A peer-to-peer stack for code collaboration
Stars: ✭ 921 (+3442.31%)
Mutual labels:  code

VueJS Konami code plugin

Build Status

Enable the Konami code on your VueJS application.

Installation

Download the plugin

npm install --save vue-konami-code

In your application code

import KonamiCode from 'vue-konami-code'

Usage

Vue.use(KonamiCode, {callback: function () {
  alert('Snake? Snake!? Snaaaake!')
}})
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].