ReactJS context-menu solution built using ReactJS and MobX.
npm install react-vmenu --save-exact
The --save-exact
flag is recommended, since this package uses Explicit Versioning (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 "^
")
Example:
TODO
- Clone this repo to your computer using git. (I use TortoiseGit)
- Open console in root folder, and run "npm install".
- 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 runnpm run dev