An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vue-contextify

[![LICENSE](https://img.shields.io/github/license/victornpb/vue-contextify?style=flat-square)](LICENSE)
[![Node](https://img.shields.io/node/v/vue-contextify.svg?style=flat-square)](package.json)
[![CodeFactor](https://www.codefactor.io/repository/github/victornpb/vue-contextify/badge?style=flat-square)](https://www.codefactor.io/repository/github/victornpb/vue-contextify)

[![Coverage Status](https://img.shields.io/coveralls/victornpb/vue-contextify.svg?style=flat-square)](https://coveralls.io/github/victornpb/vue-contextify)
[![Travis](https://img.shields.io/travis/victornpb/vue-contextify/master.svg?style=flat-square)](https://travis-ci.org/victornpb/vue-contextify)

[![Version](https://img.shields.io/npm/v/vue-contextify.svg?style=flat-square)](https://www.npmjs.com/package/vue-contextify)
[![Downloads](https://img.shields.io/npm/dt/vue-contextify.svg?style=flat-square)](https://www.npmjs.com/package/vue-contextify)
[![](https://img.shields.io/bundlephobia/minzip/tiny-dedent?style=flat-square)](https://www.npmjs.com/package/vue-contextify)
[![](https://img.shields.io/tokei/lines/github/victornpb/vue-contextify?style=flat-square)](https://www.npmjs.com/package/vue-contextify)

![vue-contextify](https://user-images.githubusercontent.com/3372598/175796670-e4cfe988-08e8-4519-88fc-435bd2a7c372.jpg)

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.