Skip to content

No guarantee is given that this works or continues working

License

Notifications You must be signed in to change notification settings

McDoyen/generator-mendixreact

Repository files navigation

Yeoman generator for Mendix widgets using react, typescript and webpack.

About

This generator uses the Yeoman scaffolding tool to let you quickly create a [Mendix widget] that uses react, typescript and webpack

Prerequisites (you only have to do this once)

First, you need to have Node.js installed. (We recommend a 4.x LTS version, the widget is tested against version 4 to 6). After that, you need to install Yeoman .

Open a command-line window (Press Win+R and type cmd or use Powershell)

  npm install -g yo grunt-cli

1.Clone this repo to a folder of your choice then run this command in from cmd within that folder

npm link

Scaffold a widget

2. Start the generator in the folder you want to create a widget

yo mendixreact

3. Provide the following information about your widget:

The following information needs to be provided about your widget:

  • name
  • description
  • copyright
  • license
  • version
  • author
  • Github username (optional)

You can press <Enter> if you want to use the default values.

4. Use this commands to build the widget from the console

webpack
grunt build

About

No guarantee is given that this works or continues working

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published