How to build
- Clone or download DragonBonesJS.
- Install Node.JS.
- Open
DragonBonesJS/Pixi/4.x/
in command. - $
npm install
- $
npm run build
Make sure project structure like this:
Your project
|-- libs
|-- pixi.js.d.ts
|-- node_modules
|-- ...
|-- out
|-- ...
|-- src
|-- ...
|-- ...