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: 9 days ago
JSON representation
A context menu component for vue js
- Host: GitHub
- URL: https://github.com/vmaimone/vue-context-menu
- Owner: vmaimone
- Created: 2016-07-10T16:14:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T12:23:09.000Z (over 2 years ago)
- Last Synced: 2024-10-28T08:14:56.262Z (17 days ago)
- Language: JavaScript
- Size: 412 KB
- Stars: 295
- Watchers: 7
- Forks: 43
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-context-menu
> vue context-menu component
Demo: https://vmaimone.github.io/vue-context-menu
# Example Usage
```
...
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]`