https://github.com/venryx/react-vmenu
ReactJS context-menu solution built using ReactJS and MobX.
https://github.com/venryx/react-vmenu
Last synced: 5 months ago
JSON representation
ReactJS context-menu solution built using ReactJS and MobX.
- Host: GitHub
- URL: https://github.com/venryx/react-vmenu
- Owner: Venryx
- License: mit
- Created: 2017-03-16T08:53:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T21:47:37.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:11:49.774Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React VMenu
ReactJS context-menu solution built using ReactJS and MobX.
### Installation
```
npm install react-vmenu --save-exact
```
The `--save-exact` flag is recommended, since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`Release.Breaking.FeatureOrFix`) rather than SemVer (`Breaking.Feature.Fix`).
To let npm increment `FeatureOrFix` (recommended), prepend "`~`" to its version in `package.json`. (for `Breaking`, prepend "`^`")
### Usage
Example:
```
TODO
```
### Setup (for editing)
1) Clone this repo to your computer using git. (I use TortoiseGit)
2) Open console in root folder, and run "npm install".
### Build
1) Compile the TS (TypeScript) files to JS, either by:
1.A) Open the project in Visual Studio Code and run the build task. (ctrl+shift+b)
1.B) Open console in "Main" folder, and run `npm run dev`