jIntell is a JavaScript library designed to simplify using many controls while writing projects. This project is a part of X High Intell for private use only, so updates or modifiers can change the whole structure.
You can find more documents & examples on jintell.xhighintell.com
Our target is web/electron platform, we have written build commands for development and production in intell\build
folder:
build development.cmd
build without minifing and source map.build production.cmd
include minify file and source map.
In order to run build comment, you need to install NodeJs with the following components:
- npm install @babel/core
- npm install @babel/preset-env
- npm install uglify-js
- npm install intell-node