1.0.14 • Published 2 years ago

react-vmenu v1.0.14

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

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 (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

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago