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 at xhighintell.github.io/jintellv2
Our target environment is web platform, we have written build commands for development and production in build
folder:
build development.cmd
build without minifing and source map.build production.cmd
include minify file and source map.
In order to run the build commands, 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