Skip to content

Latest commit

 

History

History
 
 

3.x

How to build

  • Clone or download DragonBonesJS.
  • Install Node.JS.
  • Open DragonBonesJS/Phaser/3.x/ in command.
  • $ npm install
  • $ npm run build

Make sure project structure like this:

Your project
    |-- types
        |-- phaser.d.ts
    |-- node_modules
        |-- ...
    |-- out
        |-- ...
    |-- src
        |-- ...
    |-- ...