You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Attention:
2
2
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).
6
6
7
7
# vue-context
8
8
@@ -86,9 +86,9 @@ Next add an element to the page that will trigger the context menu to appear, an
86
86
@import '~vue-context/src/sass/vue-context';
87
87
```
88
88
89
-
## Documentation/Demo
89
+
## Documentation
90
90
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.
92
92
93
93
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
94
94
@@ -101,6 +101,13 @@ This project exists thanks to all the people who contribute. [[Contribute]](CONT
See [awesome-vue](https://github.com/vuejs/awesome-vue#context-menu) for other alternatives.
110
+
104
111
## License
105
112
106
113
`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