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

https://github.com/webdevnerdstuff/vue-easter-egg-trigger

This packages makes it nice and easy to add Easter Egg triggers (listeners to trigger) to your Vue site.
https://github.com/webdevnerdstuff/vue-easter-egg-trigger

plugin vue

Last synced: 2 months ago
JSON representation

This packages makes it nice and easy to add Easter Egg triggers (listeners to trigger) to your Vue site.

Awesome Lists containing this project

README

        


Egg


Vue Easter Egg Trigger



NPM Package

 

@WebDevNerdStuff

## Description

Presenting the Vue Easter Egg Trigger, a tool that discreetly injects a touch of unexpectedness into Vue.js projects. This unassuming plugin, which operates on both keystrokes (with click events also available), brings hidden surprises to your applications.

Picture users navigating through your Vue.js application, tapping out secret combinations akin to the infamous Konami code. Suddenly, a magical farting unicorn appears. While we must issue a PSA that this majestic creature isn't included, the plugin serves as an invitation for developers to infuse similar unexpected elements into their projects.

## Installation

Using [pnpm](https://pnpm.io/):
```
pnpm add @wdns/vue-easter-egg-trigger
```

Using npm:
```
npm i @wdns/vue-easter-egg-trigger
```

## Documentation

[Documentation & Demo](https://webdevnerdstuff.github.io/vue-easter-egg-trigger/)

## Dependencies

[Vue 3](https://vuejs.org/)
[Lodash](https://lodash.com/)

## Change Log

[CHANGELOG](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/CHANGELOG.md)

## License

Copyright (c) 2024 WebDevNerdStuff
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/LICENSE.md).