Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit efb6839

Browse files
committed
Add abandon notice
1 parent cde1c36 commit efb6839

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Attention:
22

3-
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.
4-
5-
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 [email protected].
3+
I no longer have the ability or interest in maintaining this package since I am not using Vue in any of my projects
4+
anymore, so I am abandoning `vue-context`. If your project depends on vue-context, please feel free to fork and maintain
5+
the package yourself, or use an [alternative context menu package](#alternatives).
66

77
# vue-context
88

@@ -86,9 +86,9 @@ Next add an element to the page that will trigger the context menu to appear, an
8686
@import '~vue-context/src/sass/vue-context';
8787
```
8888

89-
## Documentation/Demo
89+
## Documentation
9090

91-
For full documentation and demos, go here: https://randallwilk.dev/docs/vue-context.
91+
For full documentation, go here: https://randallwilk.dev/docs/vue-context.
9292

9393
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
9494

@@ -101,6 +101,13 @@ This project exists thanks to all the people who contribute. [[Contribute]](CONT
101101
- [nachodd](https://github.com/nachodd)
102102
- [Nberezhnoy](https://github.com/Nberezhnoy)
103103

104+
## Alternatives
105+
106+
- [vue-context-menu](https://github.com/vmaimone/vue-context-menu)
107+
- [@overcoder/vue-context-menu](https://github.com/MicroDroid/vue-context-menu)
108+
109+
See [awesome-vue](https://github.com/vuejs/awesome-vue#context-menu) for other alternatives.
110+
104111
## License
105112

106113
`vue-context` uses the MIT License (MIT). Please see the [license file](https://github.com/rawilk/vue-context/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)