DragonBones / DragonBonesJS

DragonBones TypeScript / JavaScript Runtime
MIT License
746 stars 320 forks source link

Bug/pixi demos #120

Open uuykay opened 4 years ago

uuykay commented 4 years ago

This set of commits is to make it easier for web developers trying to run the Pixi demos to get them working. I noticed that following the Readme commands did not work. Firstly, the Pixi.js library was missing - I have added in the latest 4.x.x version to get that working. Secondly, it wasn't immediately clear that you need to change directories into the 4.x folder, install its dependencies and run a build.

To make it easier, I have created a npm script called "first-build" which will handle this for you. I have updated the Readme under the Demos folder to reflect this