|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
assets | 1 year ago | |
bin | 1 year ago | |
css | 1 year ago | |
dist | 1 year ago | |
doc | 1 year ago | |
fonts/material-icon-font | 1 year ago | |
lib | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc | 1 year ago | |
.gitignore | 1 year ago | |
.htmlhintrc | 1 year ago | |
.prettierrc | 1 year ago | |
.stylelintignore | 1 year ago | |
.stylelintrc.json | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
example.png | 1 year ago | |
gulpfile.js | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
rollup.config.js | 1 year ago |
Install the following dependencies globally
npm i rollup gulp-cli -g
and some dependencies locally
npm i
To build the iwmlib files type
npm run build
The files
will be generated in the dist folder. If you want to build the files continuously type
npm run watch
To build the 3rd party library type
npm run 3rdparty
To create the documentation in the folder ./doc/out type npm run jsdoc
Afterwards you can view the documentation here:
Currently using PixiJS version 4