8000 JSV_API/core at master · ippontech/JSV_API · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
for generate jsDoc:

- install jsDoc on the system:
https://github.com/jsdoc3/jsdoc

- add jsDoc to your path

- execute command at the core root project:
jsdoc src\js\core.js -d docs

Minifier:

the minifier is bind to the install maven lifecycle, just need to run:
mvn install
0