tooqingdragonbones
v0.1.0
Published
* Clone or download [DragonBonesJS](https://github.com/DragonBones/DragonBonesJS/). * Install [Node.JS](https://nodejs.org/). * Open `DragonBonesJS/Phaser/3.x/` in command. * $ `npm install` * $ `npm run build`
Downloads
2
Readme
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
|-- ...
|-- ...