https://github.com/victornpb/vue-contextify
A Vue plugin for easily adding context menus to your application
https://github.com/victornpb/vue-contextify
context-menu vue vue-component vue-directive vue-plugin vuetify
Last synced: 5 months ago
JSON representation
A Vue plugin for easily adding context menus to your application
- Host: GitHub
- URL: https://github.com/victornpb/vue-contextify
- Owner: victornpb
- License: mit
- Created: 2022-04-26T04:57:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T06:46:07.000Z (12 months ago)
- Last Synced: 2025-05-01T01:03:08.576Z (5 months ago)
- Topics: context-menu, vue, vue-component, vue-directive, vue-plugin, vuetify
- Language: JavaScript
- Homepage: https://victornpb.github.io/vue-contextify/
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vue-contextify
[](LICENSE)
[](package.json)
[](https://www.codefactor.io/repository/github/victornpb/vue-contextify)[](https://coveralls.io/github/victornpb/vue-contextify)
[](https://travis-ci.org/victornpb/vue-contextify)[](https://www.npmjs.com/package/vue-contextify)
[](https://www.npmjs.com/package/vue-contextify)
[](https://www.npmjs.com/package/vue-contextify)
[](https://www.npmjs.com/package/vue-contextify)
A Vue plugin for easily adding context menus to your application
Demo: https://victornpb.github.io/vue-contextify/
## Installation
### NPM
npm install vue-contextify
### [Yarn](https://github.com/yarnpkg/yarn)yarn add vue-contextify
### CDN
## Packages
| File | Module Type | Transpiled | Source Maps |
|-----------------------------|-------------|------------|-------------|
| dist/vue-contextify.esm.mjs | esm | No | No |
| dist/vue-contextify.cjs.js | cjs | Yes | Yes |
| dist/vue-contextify.esm.js | esm | Yes | Yes |
| dist/vue-contextify.js | umd | Yes | Yes |## Usage
Examples here
## License
The code is available under the [MIT](LICENSE) license.
## Contributing
We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.