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.
- Host: GitHub
- URL: https://github.com/webdevnerdstuff/vue-easter-egg-trigger
- Owner: webdevnerdstuff
- License: mit
- Created: 2021-04-27T23:41:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T20:41:11.000Z (8 months ago)
- Last Synced: 2025-04-13T20:46:33.416Z (2 months ago)
- Topics: plugin, vue
- Language: JavaScript
- Homepage: https://webdevnerdstuff.github.io/vue-easter-egg-trigger/
- Size: 9.48 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Vue Easter Egg Trigger
## 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).