From efb6839aff0e0170920b07f02aae5797f88d3d4d Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Fri, 22 Jan 2021 09:51:10 -0600 Subject: [PATCH] Add abandon notice --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdf450e..51694b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Attention: -I'm looking for someone or some people to help maintain this project. In the last few months, I've moved away from using Vue in favor of a Laravel Livewire/AlpineJS combination. Because of that, it doesn't really make sense for me to maintain this library anymore since I'd rather put the time into stuff that is useful for that stack. - -I'd rather not abandon the package entirely, so any help maintaining it would be greatly appreciated! If interested, please send me an email at randall@randallwilk.dev. +I no longer have the ability or interest in maintaining this package since I am not using Vue in any of my projects +anymore, so I am abandoning `vue-context`. If your project depends on vue-context, please feel free to fork and maintain +the package yourself, or use an [alternative context menu package](#alternatives). # vue-context @@ -86,9 +86,9 @@ Next add an element to the page that will trigger the context menu to appear, an @import '~vue-context/src/sass/vue-context'; ``` -## Documentation/Demo +## Documentation -For full documentation and demos, go here: https://randallwilk.dev/docs/vue-context. +For full documentation, go here: https://randallwilk.dev/docs/vue-context. If you would like to contribute to the documentation, you can edit the docs found here: https://github.com/rawilk/vue-context/tree/master/docs @@ -101,6 +101,13 @@ This project exists thanks to all the people who contribute. [[Contribute]](CONT - [nachodd](https://github.com/nachodd) - [Nberezhnoy](https://github.com/Nberezhnoy) +## Alternatives + +- [vue-context-menu](https://github.com/vmaimone/vue-context-menu) +- [@overcoder/vue-context-menu](https://github.com/MicroDroid/vue-context-menu) + +See [awesome-vue](https://github.com/vuejs/awesome-vue#context-menu) for other alternatives. + ## License `vue-context` uses the MIT License (MIT). Please see the [license file](https://github.com/rawilk/vue-context/blob/master/LICENSE) for more information.