create a hyper mendix widget
npm install create-hyper-mendix-widget
sh
$ npm install -g create-hyper-mendix-widget
`
Quick Overview
After installing create-hyper-mendix-widget globally, in your terminal or command line run the following command :
`sh
$ create-hyper-mendix-widget
`
create-hyper-mendix-widget will ask you some questions about your new hyper widget like your widget's name, description, and type of implementation.
Available Implementations
- React (no dojo wrapper, requires mx7.13.1 or higher)
- Hyperapp v.1
- React (with dojo wrapper)
- Vue
- JQuery
- ES6 (Vanilla JS)
Available Scripts
- npm run dev or yarn dev
will watch for any changes you made and build unoptimized version of your widget with a source map for debugging.
- npm run build or yarn build
will build an optimized (minified & uglified) version of your widget & no source maps will be genrated.
Issues
If something doesn’t work, please file an issue.
License
create-hyper-mendix-widget` is licensed as MIT.