Ecosyste.ms: Awesome

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

https://github.com/vmaimone/vue-context-menu

A context menu component for vue js
https://github.com/vmaimone/vue-context-menu

Last synced: about 2 months ago
JSON representation

A context menu component for vue js

Lists

README

        

# vue-context-menu

> vue context-menu component

Demo: https://vmaimone.github.io/vue-context-menu

# Example Usage
```


...

  • option 1

  • option 2

  • option 3
  • import contextMenu from 'vue-context-menu'
    export default {
    name: 'my-component',
    components: { contextMenu },
    methods: { doSomething }
    ...
    }

    ```

    # Build Setup

    ```
    # install dependencies
    npm install

    # compiles src/*.vue and builds a bundle for static linking
    npm run build

    # runs Karma with test/*.js
    npm run test

    # runs webpack-dev-server
    npm run dev
    ```
    ## Vue 1.x Support
    Haven't migrated to Vue 2.x yet?

    `npm install [email protected]`